[JDEV] Register a transport
Luis Casadesus
lcasadesus at colombus.cu
Mon Jun 11 18:18:39 CDT 2001
I'm attempting to register a transport, programming in VBasic, with
jabbercom.dll.
This is part of the code:
Dim TempAgent As JabberAgentItem
Set TemAgent = JJabberSession.Agents.FindJID(Agents(index))
TempAgent.GetRegister JJabberSession.MyJID
And send the xml message:
<iq type="get" id=MyJID to="yahoo.jabber.org">
<query xmlns="jabber:iq:register"/></query></iq>
but I don't receive the server response like indicate the jabber programmers
guide..
More information about the JDev
mailing list