Re: Pubsub in Exodus

"Peter Millard" <me-STcBuFROdrv2eFz/[email protected]> Tue, 6 Jul 2004 15:09:57 -0600
Newsgroups gmane.network.jabber.exodus.devel
Message-ID <00a201c4639d$9819cee0$e201020a@pmillard2k>
Siracusa, David wrote:
> I have a Exodus plugin which subscribes to a word list using pubsub.
> The exodus plugin does receive pubsub#events however I don't see the
> acknowledgement (response) from my pubsub.pl.
>
> I registered /packet within the plugin with: _packet :=
> _exodus.RegisterCallback('/packet', Self);

This seems odd... if you've registered for /packet, you should receive ALL
packets into the client (not the most efficient way of trapping packets BTW).

Do you see the response coming back into the Exodus debug window? If it doesn't
show up there, it means the server is not sending the packet properly. If it
DOES show up.. it could mean that some other handler is grabbing the packets
before they get to your plugin (which seems unlikely).

It would help a lot to see the actual XML you are sending and receiving.

pgm.