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