示例#1
0
 public Presence()
 {
     this.Id = IdentifierGenerator.Generate();
 }
示例#2
0
 public InfoQuery()
 {
     this.Id = IdentifierGenerator.Generate();
 }
示例#3
0
 public Message()
 {
     this.Id    = IdentifierGenerator.Generate();
     this.Type  = MessageType.Normal;
     this.Items = new List <object>();
 }