public IQ(Client.IQType type, Jid from, Jid to) : base(type, from, to) { this.Namespace = URI.ACCEPT; }
public IQ(Client.IQType type) : base(type) { this.Namespace = URI.ACCEPT; }