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='b...@shakespeare.lit/globe'
    to='ham...@denmark.lit'
    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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to