summaryrefslogtreecommitdiffstats
path: root/network/prosody/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/prosody/README')
-rw-r--r--network/prosody/README9
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.