Hey all, I've ran into a weird little problem. It seems Jabber.org's server is eating message packets. I've just recently implemented XHTML in my client (I found it later that the spec has changed slightly, but what I've done is compatible with the old JIM and currently works with the MSN transport) and when I send messages to Jabber.org the destination client never gets the XML so it seems its not being routed properly. I've tested with a wide range of other clients and other servers and it seems to be no problem except Jabber.org.
Here's a quick paste of a packet: <message id="JN_1" type="chat" from="[EMAIL PROTECTED]/Nexxia" to="[EMAIL PROTECTED]/work"><html xmlns="http://www.w3.org/1999/xhtml"><body><span style="font-family: Verdana; margin:0; padding:0; color: #000000; font-size: 8.5pt">test</span></body></html><body>test</body><x xmlns="jabber:x:event"><composing /></x></message> I was told by Peter Saint-Andre that Jabber.org runs on a different version of the c2s component than what comes regular with jabberd and maybe this could be the problem Peter said. Any ideas? Thanks Peter for helping me test this out quickly the other night. ------------------------ Simon Guindon Nureality Networks www.nureality.ca _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
