Ejemplo n.º 1
0
 public IQ(Xmpp.protocol.client.IqType type, Jid from, Jid to) : base(type, from, to)
 {
     this.Namespace = Uri.ACCEPT;
 }
Ejemplo n.º 2
0
 public IQ(Xmpp.protocol.client.IqType type) : base(type)
 {
     this.Namespace = Uri.ACCEPT;
 }