mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-26 05: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:
parent
2f1c0794cd
commit
59ca4ec717
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
XHTMLManager.addBody(msg, xhtmlBody);
|
||||||
|
|
||||||
<font color="#3f7f5f">// Send the message that contains the XHTML</font>
|
<font color="#3f7f5f">// Send the message that contains the XHTML</font>
|
||||||
chat1.sendMessage(msg);
|
chat.sendMessage(msg);
|
||||||
</pre>
|
</pre>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue