[JDEV] JabberCom.dll - OnJabberIQ event
Todd Miller
toddmi at ikano.com
Wed Mar 14 12:25:00 CST 2001
Not sure if this is the right place for this or not. I am attempting to get
information about a given chatroom by sending the following IQ:
<iq type="get" id="ROOMINFO" to="jdev at conference.jabber.org"><query
xmlns="jabber:iq:conference"></query></iq>
I receive the following result from the server, however it is not caught by
the OnJabberIQ event. I am having to catch this information in the OnXML
event. Is there something that I am doing incorrect or is this an issue
with JabberCom.dll? I have also had this issue with other IQs. I am using
JabberCom.dll version 2.2.0.1.
<iq type='result' id='ROOMINFO' to='Me at jabber.org/Work'
from='jdev at conference.jabber.org'><query
xmlns='jabber:iq:conference'><name>Development
Room</name><nick/></query></iq>
Thanks,
Todd
More information about the JDev
mailing list