Changes

Jump to navigation Jump to search
1,668 bytes added ,  05:21, 21 July 2011
Created page with "== Purpose == The reasons to use Prosody Jabber/XMPP server: * be humble for consuming memory and CPU resources, especially for Sugar Server usecase (up to 1K users), * jabber ..."
== Purpose ==

The reasons to use Prosody Jabber/XMPP server:

* be humble for consuming memory and CPU resources, especially for Sugar Server usecase (up to 1K users),
* jabber server should be simply initially configured and work in unmaintained mode as long as possible.

== Plugins ==

These plugins are tested against Prosody 0.8.2 version.

=== mod_sugar_roster ===

Provides global roster when every user sees all registered accounts.

=== mod_sugar_muc ===

The only difference in comparing with original {{Code|mod_muc}} plugin is a workaround for
[https://bugs.freedesktop.org/show_bug.cgi?id=37897 telepathy-gabble]/[https://code.google.com/p/lxmppd/issues/detail?id=254 Prosody] issue.

This plugin should be used instead of {{Code|mod_muc}} until issue will be fixed in telepathy-gabble or in Prosody.

=== mod_sugar_saslauth ===

Original {{Code|mod_saslauth}} plugin with preventing multiple auth from the same jid. See {{Code|sm_make_authenticated()}} function in its sources.

This plugin should be used instead of {{Code|mod_saslauth}} until more lightweight implementation is found.

== Installation ==

To reuse sugar plugins, copy them to the directory with Prosody plugins. Or, install {{Code|prosody-sugar}} package from Sugar Server [http://download.sugarlabs.org/packages/Server:/ repository].

== Configuration ==

See sugar-server-base [http://git.sugarlabs.org/server/base/blobs/master/etc/020.jabber/prosody.d/ sources] for configuration example.

== Resources ==

* Prosody [http://prosody.im/ home page].
* Prosody [https://github.com/bjc/prosody sources].
* Prosody Sugar plugins [http://git.sugarlabs.org/server/prosody-sugar sources].

Navigation menu