From 46d66477722e654036c8d2f2b73bad38860d993a Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Tue, 23 Sep 2003 21:15:51 +0000 Subject: [PATCH] Doc improvements. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2100 b35dd754-fafc-0310-a699-88a17e54d16e --- documentation/extensions/intro.html | 45 +++++++++++++++++++++++++---- documentation/extensions/toc.html | 2 +- documentation/extensions/xhtml.html | 12 ++++++-- 3 files changed, 50 insertions(+), 9 deletions(-) diff --git a/documentation/extensions/intro.html b/documentation/extensions/intro.html index afe1929dc..522d34412 100644 --- a/documentation/extensions/intro.html +++ b/documentation/extensions/intro.html @@ -5,13 +5,46 @@ -
Smack Extensions Manual
-

The XMPP protocol includes a base protocol and many optional extensions. Smack provides the - org.jivesoftware.smack package for the core XMPP protocol, and the org.jivesoftware.smackx package for - many of the protocol extensions.

+
Smack Extensions Manual
+

The XMPP protocol includes a base protocol and many optional extensions + typically documented as "JEP's". Smack provides the org.jivesoftware.smack + package for the core XMPP protocol, and the org.jivesoftware.smackx package for + many of the protocol extensions.

-

This manual provides details about each of the "smackx" extensions, including what - it is, how to use it, and some simple example code. +

This manual provides details about each of the "smackx" extensions, including what + it is, how to use it, and some simple example code.

+

Current Extensions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameJEP #Description
Private DataJEP-49Manages private data.
XHTML MessagesJEP-71Allows send and receiving formatted messages using XHTML.
Message EventsJEP-22Requests and responds to message events.
Roster Item ExchangeJEP-93Allows roster data to be shared between users.
Time ExchangeJEP-90Allows local time information to be shared between users.
\ No newline at end of file diff --git a/documentation/extensions/toc.html b/documentation/extensions/toc.html index 12e9fe087..5249f2d03 100644 --- a/documentation/extensions/toc.html +++ b/documentation/extensions/toc.html @@ -12,10 +12,10 @@

Smack Extensions

Private Data
+XHTML Messages
Message Events
Roster Item Exchange
Time Exchange
-XHTML Support

diff --git a/documentation/extensions/xhtml.html b/documentation/extensions/xhtml.html index 94242356c..5efdc1c95 100644 --- a/documentation/extensions/xhtml.html +++ b/documentation/extensions/xhtml.html @@ -6,8 +6,10 @@ -
XHTML Support

-This extension is an XHTML subset for use in exchanging formatted messages. +

XHTML Messages

+ +Provdides the ability to send and receive formatted messages using XHTML. +

Follow these links to learn how to compose, send and receive XHTML messages: