コード例 #1
0
        public CommandsIQ CreateCommandsQuery()
        {
            CommandsIQ iq = new CommandsIQ(XmppGlobal.InternalClient.Document);

            iq.Type = jabber.protocol.client.IQType.get;
            return(iq);
        }
コード例 #2
0
ファイル: Queries.cs プロジェクト: noismaster/xmppapplication
 public CommandsIQ CreateCommandsQuery()
 {
     CommandsIQ iq = new CommandsIQ (XmppGlobal.InternalClient.Document);
     iq.Type = jabber.protocol.client.IQType.get;
     return iq;
 }