Beispiel #1
0
 public VcardIq(IqType type, Jid to, Vcard vcard) : this(type, to)
 {
     this.Vcard = vcard;
 }
Beispiel #2
0
 public VcardIq(IqType type, Jid to, Jid from, Vcard vcard) : this(type, to, from)
 {
     this.Vcard = vcard;
 }
Beispiel #3
0
 public VcardIq(IqType type, Vcard vcard) : this(type)
 {
     this.Vcard = vcard;
 }