changeset 427:ff097d886420

add info about default endpoint
author Kim Alvefur <zash@zash.se>
date Thu, 13 Feb 2014 22:24:03 +0100
parents 0df264dd44c4
children 4e1a0785c0e4
files mod_websocket.wiki
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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||