mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 09:39:39 +02:00
Doc improvements.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2100 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
a48aaf73e8
commit
46d6647772
3 changed files with 50 additions and 9 deletions
|
@ -6,8 +6,10 @@
|
|||
|
||||
<body>
|
||||
|
||||
<div class="header">XHTML Support</div><p>
|
||||
This extension is an XHTML subset for use in exchanging formatted messages.
|
||||
<div class="header">XHTML Messages</div><p>
|
||||
|
||||
Provdides the ability to send and receive formatted messages using XHTML.
|
||||
|
||||
<p>Follow these links to learn how to compose, send and receive XHTML messages:</p>
|
||||
<ul>
|
||||
<li><a href="#xhtmlcompose">Compose an XHTML Message</a></li>
|
||||
|
@ -28,6 +30,12 @@ For special situations, advanced users may decide not to use the helper class an
|
|||
the XHTML by themselves. Even for these situations Smack provides a well defined entry point
|
||||
in order to add the generated XHTML content to a given message.</p>
|
||||
|
||||
<p>
|
||||
Note: not all clients are able to view XHTML formatted messages. Therefore,
|
||||
it's recommended that you include a normal body in that message that is either an
|
||||
unformatted version of the text or a note that XHTML support is required
|
||||
to view the message contents.</p>
|
||||
|
||||
<b>Usage</b><p>
|
||||
|
||||
Create an instance of <i><b>XHTMLText</b></i> specifying the style and language of the body.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue