diff mod_websocket.wiki @ 427:ff097d886420

add info about default endpoint
author Kim Alvefur <zash@zash.se>
date Thu, 13 Feb 2014 22:24:03 +0100
parents f57c49ef23ec
children 8a6190c56c8f
line wrap: on
line diff
--- a/mod_websocket.wiki	Thu Feb 13 15:08:13 2014 +0100
+++ b/mod_websocket.wiki	Thu Feb 13 22:24:03 2014 +0100
@@ -29,6 +29,8 @@
 consider_websocket_secure = true;
 }}}
 
+The WebSocket endpoint will be at {{{wss://example.com:5281/xmpp-websocket}} and {{ws://example.com:5280/xmpp-websocket}} by default, see [https://prosody.im/doc/http#path_configuration HTTP path configuration] if you would like to change it.
+
 = Compatibility =
 ||0.9||Works||
-||< 0.9||Not supported||
\ No newline at end of file
+||< 0.9||Not supported||