Subject: Auto reply to user
Hello Alex Sir,
First, Thank you so much for helping me everytime i ask.
Sir i have a problem.
I have created a simple login, Entering in room and Auto chat (Using AIML) bot using agsxmpp.dll
but i have lil problem.. When someone send this xml to my bot. my bot will auto respond to that user and got disconnect without showing anything in XML console.
That XML is
If someone send this xml to bot id. Bot id will automatically send a XML
I want to disable this Auto respond but i don't know from where i can disable. A jabber client 'Sawim' have this function. If i send this xml to Sawim user then i didn't get any respond from that id. Sawim will not auto respond
Please help me to disable this auto respond.
First, Thank you so much for helping me everytime i ask.
Sir i have a problem.
I have created a simple login, Entering in room and Auto chat (Using AIML) bot using agsxmpp.dll
but i have lil problem.. When someone send this xml to my bot. my bot will auto respond to that user and got disconnect without showing anything in XML console.
That XML is
- <iq to="MyBotID@server.com/resource" type="set" id="asdsad">
- <query xmlns="http://jabber.org/protocol/disco#info" node="http://jabber.org/protocol/commands">
- <x xmlns="http://etherx.jabber.org/streams" id="asdasdasd" version="1.0" xml:lang="en" />
- </query>
- </iq>
If someone send this xml to bot id. Bot id will automatically send a XML
- <iq type="error" id="asdsad" from="target@server.com/resource" to="MyBotID@server.com/resource">
- <query xmlns="http://jabber.org/protocol/disco#info" node="http://jabber.org/protocol/commands">
- <x xmlns="http://etherx.jabber.org/streams" id="asdasdasd" version="1.0" xml:lang="en" />
- </query>
- <error code="503" type="cancel">
- <service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" />
- </error>
- </iq>
I want to disable this Auto respond but i don't know from where i can disable. A jabber client 'Sawim' have this function. If i send this xml to Sawim user then i didn't get any respond from that id. Sawim will not auto respond
Please help me to disable this auto respond.