You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by be...@apache.org on 2010/03/21 12:34:09 UTC

svn commit: r925755 - in /mina/sandbox/vysper/trunk: ABOUT.txt HOW-TO.txt

Author: berndf
Date: Sun Mar 21 11:34:08 2010
New Revision: 925755

URL: http://svn.apache.org/viewvc?rev=925755&view=rev
Log:
consolidate stuff from ABOUZT.txt into HOW-TO.txt

Removed:
    mina/sandbox/vysper/trunk/ABOUT.txt
Modified:
    mina/sandbox/vysper/trunk/HOW-TO.txt

Modified: mina/sandbox/vysper/trunk/HOW-TO.txt
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/HOW-TO.txt?rev=925755&r1=925754&r2=925755&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/HOW-TO.txt (original)
+++ mina/sandbox/vysper/trunk/HOW-TO.txt Sun Mar 21 11:34:08 2010
@@ -1,3 +1,28 @@
+** ABOUT Apache Vysper and XMPP **
+
+This project aims at delivering a server implementation of both the core and IM parts of the XMPP protocol 
+(as specified in RFCs 3920 [1] + 3921 [2]).
+
+"Vysper" is pronounced like in "whisper".
+
+XMPP[3] is an open, secure and extensible instant messaging protocol which has evolved from Jabber.
+It provides interoperability features for communication with other XMPP and non-XMPP servers.
+It is used and supported by many IM applications, both client and server.
+
+The protocol and its many extensions (called XEPs) are maintained by the XMPP Standards Foundation (XSF) [4].
+
+In addition to the basic protocol and many small extensions, Vysper currently comes with working implementations for 
+  Multi-User Chat (XEP-0045) [5]
+and
+  Publish-Subscribe (XEP-0060) [6] 
+
+[1] http://www.ietf.org/rfc/rfc3920.txt
+[2] http://www.ietf.org/rfc/rfc3921.txt
+[3] http://en.wikipedia.org/wiki/XMPP
+[4] http://www.xmpp.org/
+[5] http://xmpp.org/extensions/xep-0045.html
+[6] http://xmpp.org/extensions/xep-0060.html
+
 ** SOURCE CODE **
 
 The most recent source code can be retrieved using SVN



Re: svn commit: r925755 - in /mina/sandbox/vysper/trunk: ABOUT.txt HOW-TO.txt

Posted by Niklas Gustavsson <ni...@protocol7.com>.
On Sun, Mar 21, 2010 at 12:40 PM, Bernd Fondermann
<bf...@brainlounge.de> wrote:
> Should we better now rename HOW-TO to ABOUT?

+1

/niklas

Re: svn commit: r925755 - in /mina/sandbox/vysper/trunk: ABOUT.txt HOW-TO.txt

Posted by Bernd Fondermann <bf...@brainlounge.de>.
Should we better now rename HOW-TO to ABOUT?

  Bernd

berndf@apache.org wrote:
> Author: berndf
> Date: Sun Mar 21 11:34:08 2010
> New Revision: 925755
> 
> URL: http://svn.apache.org/viewvc?rev=925755&view=rev
> Log:
> consolidate stuff from ABOUZT.txt into HOW-TO.txt
> 
> Removed:
>     mina/sandbox/vysper/trunk/ABOUT.txt
> Modified:
>     mina/sandbox/vysper/trunk/HOW-TO.txt
> 
> Modified: mina/sandbox/vysper/trunk/HOW-TO.txt
> URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/HOW-TO.txt?rev=925755&r1=925754&r2=925755&view=diff
> ==============================================================================
> --- mina/sandbox/vysper/trunk/HOW-TO.txt (original)
> +++ mina/sandbox/vysper/trunk/HOW-TO.txt Sun Mar 21 11:34:08 2010
> @@ -1,3 +1,28 @@
> +** ABOUT Apache Vysper and XMPP **
> +
> +This project aims at delivering a server implementation of both the core and IM parts of the XMPP protocol 
> +(as specified in RFCs 3920 [1] + 3921 [2]).
> +
> +"Vysper" is pronounced like in "whisper".
> +
> +XMPP[3] is an open, secure and extensible instant messaging protocol which has evolved from Jabber.
> +It provides interoperability features for communication with other XMPP and non-XMPP servers.
> +It is used and supported by many IM applications, both client and server.
> +
> +The protocol and its many extensions (called XEPs) are maintained by the XMPP Standards Foundation (XSF) [4].
> +
> +In addition to the basic protocol and many small extensions, Vysper currently comes with working implementations for 
> +  Multi-User Chat (XEP-0045) [5]
> +and
> +  Publish-Subscribe (XEP-0060) [6] 
> +
> +[1] http://www.ietf.org/rfc/rfc3920.txt
> +[2] http://www.ietf.org/rfc/rfc3921.txt
> +[3] http://en.wikipedia.org/wiki/XMPP
> +[4] http://www.xmpp.org/
> +[5] http://xmpp.org/extensions/xep-0045.html
> +[6] http://xmpp.org/extensions/xep-0060.html
> +
>  ** SOURCE CODE **
>  
>  The most recent source code can be retrieved using SVN
> 
> 
>