Hi.
I am developing an app that uses the XMPP handler to make a chat bot..
my question is:
is it possible to write an iqHandler to handle other type of requests?
i want my bot to have a profile. and to do that i need to answer to an
xmpp request that looks like:
<iq type='get'
from='[email protected]/globe'
to='[email protected]'
id='disco1'>
<query xmlns='http://jabber.org/protocol/disco#info'/>
</iq>
can i write a handler for this type of request?
thanks!
Kevin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---