Example #1
0
 public Presence(XMPPProtocol.Protocol.client.ShowType show, string status, int priority) : this(show, status)
 {
     this.Priority = priority;
 }
Example #2
0
 public Presence(XMPPProtocol.Protocol.client.ShowType show, string status) : this()
 {
     this.Show   = show;
     this.Status = status;
 }