From 59ca4ec717a8ab9035f063b2ef99f9cab228a159 Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Sat, 20 Sep 2003 13:21:12 +0000 Subject: [PATCH] Initial check-in of XHTML support. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2098 b35dd754-fafc-0310-a699-88a17e54d16e --- documentation/extensions/xhtml.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/extensions/xhtml.html b/documentation/extensions/xhtml.html index 9f3ab46d5..94242356c 100644 --- a/documentation/extensions/xhtml.html +++ b/documentation/extensions/xhtml.html @@ -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); // Send the message that contains the XHTML - chat1.sendMessage(msg); + chat.sendMessage(msg);