diff options
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 a288d0a37a13f..ca9434d31b25f 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. |