[JDEV] JabberCom.dll - OnJabberIQ event
Peter Millard
me at pgmillard.com
Wed Mar 14 13:13:37 CST 2001
Todd -
All of this kind of stuff is usually caught in the OnUnhandledQuery event.
It returns the entire iq tag for you to deal with :) I've also just recently
upgraded JabberCOM to 2.3.1.3, you can snag it from
http://jabbercom.sourceforge.net
Peter Millard
----- Original Message -----
From: "Todd Miller" <toddmi at ikano.com>
To: <jdev at jabber.org>
Sent: Wednesday, March 14, 2001 1:25 PM
Subject: [JDEV] JabberCom.dll - OnJabberIQ event
> 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
>
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
>
More information about the JDev
mailing list