1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-25 15:52:06 +01:00

Initial check-in of XHTML support.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2098 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2003-09-20 13:21:12 +00:00 committed by gdombiak
parent 2f1c0794cd
commit 59ca4ec717

View file

@ -102,7 +102,7 @@ In this example we can see how to send a message with XHTML content as part of a
XHTMLManager.addBody(msg, xhtmlBody);
<font color="#3f7f5f">// Send the message that contains the XHTML</font>
chat1.sendMessage(msg);
chat.sendMessage(msg);
</pre>
</blockquote>