January 2002
Beginner
480 pages
13h 15m
English
Just as jabber:x:autoupdate is related to its big
brother, jabber:iq:autoupdate, so too is the
jabber:x:conference namespace related to
jabber:iq:conference. The <x/>
version of the IQ-conference namespace is used to convey information
about a conferencing room, usually attached to a message:
SEND: <message id='2113' to='robert@company-a.com'>
<subject>Design Meeting</subject>
<body>Robert - you're supposed to be at the meeting now!</body>
<x xmlns='jabber:x:conference' jid='meeting1@meetings.company-a.com'/>
</message>
If supported by
the receiving client, this will be interpreted as an invitation to the room
and the procedure for joining the room (in this case, identified with the JID
meeting1@conf.company-a.com) can be automatically
initiated:
SEND: <iq type='get' id='c4' to='meeting1@meetings.company-a.com'>
<query xmlns='jabber:iq:conference'/>
</iq>
Read now
Unlock full access