diff options
author | Gerardo Zamudio <gerardo.zamudio@linux.com> | 2017-10-04 11:48:53 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-07 07:04:53 +0700 |
commit | da2f50918ee80d4a2a9fbdf795968e4b276e47c1 (patch) | |
tree | 6b857f3fc8965ceb33ef9dd3c0580f40e6e29048 /network/prosody/README | |
parent | 73732ee50fae424c4514a46e99ee47cf148257e8 (diff) | |
download | slackbuilds-da2f50918ee80d4a2a9fbdf795968e4b276e47c1.tar.gz |
network/prosody: Updated for version 0.10.0
Signed-off-by: Gerardo Zamudio <gerardo.zamudio@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/prosody/README')
-rw-r--r-- | network/prosody/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/prosody/README b/network/prosody/README index a288d0a37a..ca9434d31b 100644 --- a/network/prosody/README +++ b/network/prosody/README @@ -13,3 +13,12 @@ Something like this will suffice for most systems: 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. |