Exemplo n.º 1
0
        public CommandsIQ CreateCommandsQuery()
        {
            CommandsIQ iq = new CommandsIQ(XmppGlobal.InternalClient.Document);

            iq.Type = jabber.protocol.client.IQType.get;
            return(iq);
        }
Exemplo n.º 2
0
 public CommandsIQ CreateCommandsQuery()
 {
     CommandsIQ iq = new CommandsIQ (XmppGlobal.InternalClient.Document);
     iq.Type = jabber.protocol.client.IQType.get;
     return iq;
 }