[JDEV] What exactly do you do with the IQ event?
Thomas Charron
tcharron at ductape.net
Mon Jun 18 10:48:12 CDT 2001
IQ is shorthand for Info/Query. IQ is a method to get and set any
arbitrary data, be is authentication for the server, vCard information,. or
anything else. If you look at the protocol, the IQ tag itself is very
simply, and uses a namespace to ride any arbitrary XML, such as jabber:auth,
jabber:auth:0k, etc..
A quick overview of the basics is at
http://docs.jabber.org/proto/html/iq.html
A list of the most comonly used IQ messages is located at
http://docs.jabber.org/jpg/html/main.html#CH-IQNS
----- Original Message -----
From: "John Meyer" <john_meyer at geocities.com>
To: <jdev at jabber.org>
Sent: Monday, June 18, 2001 12:05 PM
Subject: [JDEV] What exactly do you do with the IQ event?
> Hi, I'm writing my own jabber client and I've looked up and down the
> documentation for this, but I just can't seem to get it. What is the
> JabberIQ event for, and what's an IQ for?
>
> John Meyer
> john_meyer at geocities.com
> Programmer
>
>
> If we didn't have Microsoft, we'd have to blame ourselves for all of our
> programs crashing
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
>
More information about the JDev
mailing list