Hi - I have been reading the code that someone kindly suggested to help me with presence subscription but I still don't understand whats wrong. Maybe I am doing something wrong or maybe there is a bug... I am testing this on a windows server and I have found several things not to work (e.g. offline messages not being sent whena user logs in).
Can anyone tell me if it is me or the server... I am using Jabberbeans but printing out what the java code generates and sends...This is what one person sends to the other... <presence to="yourjumbly@localhost" type="subscribe"></presence> but the recipient (yourjumbly@localhost) does not actually receive a packet at all..... the sender's XML spool document changes to ... - <xdb> - <query xmlns="jabber:iq:roster" xdbns="jabber:iq:roster"> <item jid="yourjumbly@localhost" subscription="none" ask="subscribe" /> </query> </xdb> and the recipient's changes to ... - <xdb> - <query xmlns="jabber:iq:roster" xdbns="jabber:iq:roster"> <item jid="emmawillis@localhost" subscription="none" subscribe="" hidden="" /> </query> </xdb> ..so the packet definitely gets as far as the server.... Is the recipient supposed to recieve a packet? Is this normal or shall I give up and try it on a linux server? Hope for some more good advice, yours Emma _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
