2012-10-23 21:01:24 +02:00
|
|
|
===========
|
2012-07-21 11:14:22 +02:00
|
|
|
converse.js
|
|
|
|
===========
|
|
|
|
|
2012-10-23 21:50:12 +02:00
|
|
|
``Converse.js`` implements an XMPP_ based instant messaging client in the browser.
|
2012-10-23 21:01:24 +02:00
|
|
|
|
2013-03-01 09:55:54 +01:00
|
|
|
It is used by collective.xmpp.chat_, which is a Plone_ instant messaging add-on.
|
|
|
|
|
|
|
|
The ultimate goal is to enable anyone to add Jabber chat functionality to their websites,
|
|
|
|
regardless of the server backend.
|
|
|
|
|
|
|
|
Currently this is not yet the case, as the code makes ajax calls to the (Plone) backend
|
|
|
|
to fetch user info. This should be replaced with VCards (we're currently
|
|
|
|
working on it).
|
|
|
|
|
|
|
|
This library is therefore not (yet) usable independently.
|
2012-10-23 21:01:24 +02:00
|
|
|
|
2012-10-23 21:55:58 +02:00
|
|
|
--------
|
|
|
|
Features
|
|
|
|
--------
|
|
|
|
|
2012-10-23 21:01:24 +02:00
|
|
|
It has the following features:
|
|
|
|
|
2013-02-22 14:42:35 +01:00
|
|
|
* Manually or automically subscribe to other users.
|
2012-10-23 21:54:32 +02:00
|
|
|
* With manual roster subscriptions, you can accept or decline contact requests.
|
|
|
|
* Chat statuses (online, busy, away, offline)
|
|
|
|
* Custom status message
|
|
|
|
* Typing notifications (i.e when the contact is typing)
|
|
|
|
* Third person messages (/me )
|
|
|
|
* Multi-user chat in chatrooms
|
|
|
|
* Topics can be set for chatrooms
|
2013-02-22 14:42:35 +01:00
|
|
|
* Full name and profile picture support
|
2012-10-23 21:50:12 +02:00
|
|
|
|
2012-10-23 22:38:56 +02:00
|
|
|
A screencast of ``Converse.js`` in action via ``collective.xmpp.chat`` can be seen here_.
|
|
|
|
|
2012-10-23 21:50:12 +02:00
|
|
|
It depends on quite a few third party libraries, including strophe.js_,
|
|
|
|
backbone.js_ and require.js_.
|
2012-10-23 21:01:24 +02:00
|
|
|
|
|
|
|
-------
|
|
|
|
Licence
|
|
|
|
-------
|
|
|
|
|
2012-10-23 21:54:32 +02:00
|
|
|
``Converse.js`` is released under both the MIT_ and GPL_ licenses.
|
2012-10-23 21:01:24 +02:00
|
|
|
|
|
|
|
.. _strophe.js: http://strophe.im/strophejs
|
|
|
|
.. _backbone.js: http:/backbonejs.org
|
|
|
|
.. _require.js: http:/requirejs.org
|
|
|
|
.. _collective.xmpp.chat: http://github.com/collective/collective.xmpp.chat
|
|
|
|
.. _Plone: http://plone.org
|
|
|
|
.. _XMPP: http://xmpp.org
|
|
|
|
.. _MIT: http://opensource.org/licenses/mit-license.php
|
|
|
|
.. _GPL: http://opensource.org/licenses/gpl-license.php
|
2012-10-23 22:38:56 +02:00
|
|
|
.. _here: http://opkode.com/media/blog/instant-messaging-for-plone-with-javascript-and-xmpp
|