# HG changeset patch # User MWild1@gmail.com # Date 1396016805 0 # Node ID 8a6190c56c8f3c1346bd141618c8457221669274 # Parent b2ebc4473c4cce8a1a1fcb4fc9f1ec5c38f8a1bb Add note about requirement for LuaBitOp library (thanks Jonathan) diff -r b2ebc4473c4c -r 8a6190c56c8f mod_websocket.wiki --- 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