Exemple #1
0
 public IQ(agsXMPP.protocol.client.IqType type, Jid from, Jid to) : base(type, from, to)
 {
     this.Namespace = Uri.ACCEPT;
 }
Exemple #2
0
 public IQ(agsXMPP.protocol.client.IqType type) : base(type)
 {
     this.Namespace = Uri.ACCEPT;
 }