collective / collective.xmpp.chat

11 stars 11 forks source link

Introduction

collective.chat.xmpp provides instant messaging for Plone_.

It provides a web-based chat client, by means of Converse.js, a javascript library which makes use of the open and very popular XMPP messaging protocol.

You will need an XMPP server (such as ejabberd_) for the message handling.

Features

Installation

XMPP integration with Plone is provided by the collective.xmpp.core_ package. Please refer to its README on how to set it up.

You can use the buildout at collective.xmpp.buildout_.

The buildout in this egg is used for development purposes.

You'll need to have a working XMPP server and access to the administration account on the server.

Your XMPP server will have to support the following extensions

Configuration

You'll need to have an administrator account on the Jabber server you'll be using. Refer to the collective.xmpp.core_ README for information on how to set this up.

Once you've installed collective.xmpp.chat, you should go to the Plone registry in the control panel and set the XMPP Domain as well as the XMPP Admin JID and XMPP Admin Password values.

Additionally you have the option Auto-subscribe XMPP users, which is disabled by default.

Enable this option if you don't want your users to manually maintain their rosters (i.e subscribing and unsubscribing to one another) and would rather have everyone subscribe to everyone else. Be careful however, this might cause a lot of overhead (and therefore be quite slow) on sites with large userbases.

.. XEP-0045: http://xmpp.org/extensions/xep-0045.html .. XEP-0071: http://xmpp.org/extensions/xep-0071.html .. XEP-0144: http://xmpp.org/extensions/xep-0144.html .. XEP-0124: http://xmpp.org/extensions/xep-0124.html .. XEP-0206: http://xmpp.org/extensions/xep-0206.html .. collective.xmpp.core: http://github.com/collective/collective.xmpp.core .. collective.xmpp.buildout: http://github.com/collective/collective.xmpp.buildout .. Plone: http://plone.org .. XMPP: http://xmpp.org .. ejabberd: http://ejabberd.im .. _Converse.js: http://conversejs.org