1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 09:39:39 +02:00

Documentation work.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7330 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2007-03-01 01:51:12 +00:00 committed by matt
parent 9189d74d0a
commit f418341e2b
6 changed files with 108 additions and 25 deletions

View file

@ -16,8 +16,8 @@ Smack Overview
<p>
Smack is a library for communicating with XMPP servers to perform
instant messaging and chat.<p>
Smack is a library for communicating with XMPP servers to perform real-time communications, including
instant messaging and group chat.<p>
<p class="subheader">
Smack Key Advantages
@ -58,9 +58,9 @@ chat.sendMessage(<font color="green">"Howdy!"</font>);
About XMPP
</p>
XMPP (eXtensible Messaging and Presence Protocol) is an open, XML based protocol
making it's way through the IETF approval process under the guidance of the
Jabber Software Foundation (<a href="http://www.jabber.org">http://www.jabber.org</a>).
XMPP (eXtensible Messaging and Presence Protocol) is an open protocol standardized by the IETF
and supported and extended by the XMPP Standards Foundation
((<a href="http://www.jabber.org">http://www.xmpp.org</a>).
<p class="subheader">
How To Use This Documentation