Ejemplo n.º 1
0
 public Message(Jid to, Jid from, agsXMPP.protocol.client.MessageType type, string body, string subject, string thread)
     : base(to, from, type, body, subject, thread)
 {
     this.Namespace = Uri.ACCEPT;
 }
Ejemplo n.º 2
0
 public Message(Jid to, agsXMPP.protocol.client.MessageType type, string body)
     : base(to, type, body)
 {
     this.Namespace = Uri.ACCEPT;
 }
Ejemplo n.º 3
0
 public Message(string to, agsXMPP.protocol.client.MessageType type, string body, string subject)
     : base(to, type, body, subject)
 {
     this.Namespace = Uri.ACCEPT;
 }