Beispiel #1
0
 public IQ(Client.IQType type, Jid from, Jid to) : base(type, from, to)
 {
     this.Namespace = URI.ACCEPT;
 }
Beispiel #2
0
 public IQ(Client.IQType type) : base(type)
 {
     this.Namespace = URI.ACCEPT;
 }