Hi, I'm using Net::Jabber::Component to make a jabber component.
You can register with the component, and the component will ask for your subscription. It will then track your status. Eventually a TCP port will be available, where a status request can be passed to from a webinterface. Now for the problem: Whenever I get an iq:register request, I let the user register (it doesn't require any information), and I send a subscribe presence to the user. As soon as the user removes the transport from his roster, I send a unsubscribe presence, and get a unsubscribed response. But somehow I still receive presences from the user, until the user reconnects, or manually removes the subscription. Any thoughts on why this is occuring? Regards, Bart -- Bart Matthaei [EMAIL PROTECTED] _______________________________________________ jdev mailing list [email protected] http://mail.jabber.org/mailman/listinfo/jdev
