Mercurial > prosody-wiki
comparison 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 |
comparison
equal
deleted
inserted
replaced
426:0df264dd44c4 | 427:ff097d886420 |
---|---|
27 If encryption is provided by a HTTP proxy Prosody won't be able to see this, and consider the connection insecure (consequently forbidding some authentication mechanisms). In this case Prosody can be told to always consider !WebSocket connections secure by setting | 27 If encryption is provided by a HTTP proxy Prosody won't be able to see this, and consider the connection insecure (consequently forbidding some authentication mechanisms). In this case Prosody can be told to always consider !WebSocket connections secure by setting |
28 {{{ | 28 {{{ |
29 consider_websocket_secure = true; | 29 consider_websocket_secure = true; |
30 }}} | 30 }}} |
31 | 31 |
32 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. | |
33 | |
32 = Compatibility = | 34 = Compatibility = |
33 ||0.9||Works|| | 35 ||0.9||Works|| |
34 ||< 0.9||Not supported|| | 36 ||< 0.9||Not supported|| |