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
1 changed files with 1 additions and 1 deletions

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>