prosody: added websocket support

This commit is contained in:
Markus Kohlhase
2014-10-15 03:57:00 +02:00
parent 163b53f706
commit 5308d3284b
3 changed files with 16 additions and 4 deletions
@@ -91,6 +91,11 @@ let
description = "Serve static files from a directory over HTTP";
};
websocket = mkOption {
default = false;
description = "Enable WebSocket support";
};
};
createSSLOptsStr = o: