[jdev] Re: My outgoing jabber packet

Magnus Henoch mange at freemail.hu
Mon Mar 7 16:38:40 CST 2005


Dan Plesse <dplesse at optonline.net> writes:

> While examining my outgoing data packet I see a copy of the message inside a
>
>
> <html xmlns="http://www.w3.org/1999/xhtml"></html> tag
>
> Example:
> <message id="m_8" type="chat" to="danp5648 at jabber.org/Exodus"><body>hello
> back</body><html xmlns="http://www.w3.org/1999/xhtml">hello
> back</html></message>
>
> I was wondering how I can use this to advance my skills beyond just text
> messages. 

This looks almost, but not quite, like XHTML-IM,
http://www.jabber.org/jeps/jep-0071.html .  XHTML-IM would look like:

<message id="m_8" type="chat" to="danp5648 at jabber.org/Exodus">
<body>hello back</body>
<html xmlns="http://jabber.org/protocol/xhtml-im">
  <body xmlns="http://www.w3.org/1999/xhtml">hello back</body>
</html>
</message>

Magnus




More information about the JDev mailing list