slackbuilds/network/prosody
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README network/prosody: Updated for version 0.10.0 2017-10-07 07:04:53 +07:00
README.SBo network/prosody: Updated for version 0.10.0 2017-10-07 07:04:53 +07:00
doinst.sh network/prosody: Change makefile name in doinst.sh. 2018-12-22 08:44:26 +07:00
prosody.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
prosody.info network/prosody: Updated for version 0.11.9. 2021-07-03 11:36:04 +07:00
slack-desc network/prosody: Fixed slack-desc. 2017-11-01 07:34:05 +07:00

README

Prosody is a server for Jabber/XMPP written in Lua. It aims to be
easy to use and light on resources. For developers, it aims to give a
flexible system on which to rapidly develop added functionality or
rapidly prototype new protocols.

Before you can run prosody you'll need to look in README.SBo.

You need a "prosody" user and group prior to building prosody.
Something like this will suffice for most systems:

  groupadd -g 274 prosody
  useradd -u 274 -g 274 -s /sbin/nologin -d /var/lib/prosody prosody

Feel free to use a different uid and gid if desired, but 274 is
recommended to avoid conflicts with other stuff from SlackBuilds.org.

Optional dependencies:

* luaevent - Efficiently scale above hundreds of concurrent connections
* lua-zlib - Compressing XMPP streams when mod_compression is enabled
* luadbi - SQL database support (SQLite3, MySQL, PostgreSQL)
* LuaBitOp - Efficient bit-level manipulation (used by mod_websocket)

All optional dependencies are available at SBo.