changeset 445:8a6190c56c8f

Add note about requirement for LuaBitOp library (thanks Jonathan)
author MWild1@gmail.com
date Fri, 28 Mar 2014 14:26:45 +0000
parents b2ebc4473c4c
children a07ea836616e
files mod_websocket.wiki
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_websocket.wiki	Tue Mar 25 21:28:24 2014 +0100
+++ b/mod_websocket.wiki	Fri Mar 28 14:26:45 2014 +0000
@@ -13,6 +13,10 @@
   * [https://github.com/strophe/strophejs strophe.js >= 1.1.0]
   * [https://github.com/legastero/stanza.io stanza.io]
 
+= Installation =
+
+Installation is the same as any other module. Note that you will need a Lua bit library installed, for example [http://bitop.luajit.org/ LuaBitOp] (`lua-bitop` package in Debian/Ubuntu and `luabitop` in LuaRocks).
+
 = Usage =
 
 Simply add {{{"websocket"}}} to your {{{modules_enabled}}} list, as you would any other module. The repository includes a demo websocket.html file to show connecting to the socket. It doesn't perform any XMPP.
@@ -33,4 +37,4 @@
 
 = Compatibility =
 ||0.9||Works||
-||< 0.9||Not supported||
+||< 0.9||Not supported||
\ No newline at end of file