[JDEV] Broadcast and HTML
Ritu Khetan
ritu at netcore.co.in
Thu Oct 10 07:12:41 CDT 2002
Hello all,
I am trying to send the following raw XML with HTML
using Net::Jabber to send a broadcast to all online users:
<message to=\"192.168.2.1/announce/online\"><html
xmlns=\\\"http://www.w3.org/1999/xhtml\"><body><b>hello
this is test message</b></body></html><body>hope it
reaches you</body></message>
Here the Jabber server ignores the html part of it.
and just sends \"hope it reaches you\" to the end user.
This works fine without embedded html as below:
<message to=\"192.168.2.1/announce/online\"><body>hello
this is test message hope it reaches you</body></message>
Is there any way to tell the server not to ignore HTML
in broadcast messages other than the above..??
Regards,
Ritu
More information about the JDev
mailing list