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