[Xmpp4js-commit] SF.net SVN: xmpp4js: [698] trunk/src/site/apt/index.apt
Status: Beta
Brought to you by:
h-iverson
From: <h-i...@us...> - 2008-02-26 05:45:28
|
Revision: 698 http://xmpp4js.svn.sourceforge.net/xmpp4js/?rev=698&view=rev Author: h-iverson Date: 2008-02-25 21:45:33 -0800 (Mon, 25 Feb 2008) Log Message: ----------- added new description Modified Paths: -------------- trunk/src/site/apt/index.apt Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2008-02-25 03:27:16 UTC (rev 697) +++ trunk/src/site/apt/index.apt 2008-02-26 05:45:33 UTC (rev 698) @@ -8,14 +8,21 @@ About Xmpp4Js - Xmpp4Js is an XMPP client library written purely in Javascript. This means that - unlike xmpp4moz, it requires no browser plugin to operate and in theory should - operate on any browser (in practice it doesn't work in IE or Opera, but could - if somebody cared enough). + Xmpp4Js is an XMPP client written in pure Javascript. It connects to a server + using BOSH (XEP-0124), which is a COMET protocol that provides instantaneous + responses. - Currently Xmpp4Js is only available as a Maven JS artifact, but there's no reason - why it couldn't be extracted and used in a non-maven project. + It allows any web page to be active on an XMPP network. Uses can range from + a simple Meebo-like chat client, to a phpLive-like support interface, and beyond. + Xmpp4Js is supported in all major browsers, which removes compatibility + limitations inherent in browser extensions like xmpp4moz. + + The initial release includes a sample chat client with basic in-browser + messaging functionality, and all dependencies. + + Xmpp4Js is dual-licensed under LGPL and Apache 2.0. + * Requirements - Maven 2.0.x, {{{bosh-environment.html}BOSH environment}} \ No newline at end of file + {{{bosh-environment.html}BOSH environment}} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |