Module: kamailio Branch: master Commit: af8e67033da2dabab319a9ecc21a279e6609f447 URL: https://github.com/kamailio/kamailio/commit/af8e67033da2dabab319a9ecc21a279e...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-10-09T22:46:11+02:00
modules: readme files regenerated - websocket ... [skip ci]
---
Modified: src/modules/websocket/README
---
Diff: https://github.com/kamailio/kamailio/commit/af8e67033da2dabab319a9ecc21a279e... Patch: https://github.com/kamailio/kamailio/commit/af8e67033da2dabab319a9ecc21a279e...
---
diff --git a/src/modules/websocket/README b/src/modules/websocket/README index c8241be6e6..433f2c833c 100644 --- a/src/modules/websocket/README +++ b/src/modules/websocket/README @@ -427,9 +427,11 @@ modparam("websocket", "ping_application_data", "WebSockets rock") A bitmap that allows you to control the sub-protocols supported by the WebSocket server. * 1 - sip (RFC 7118) - * 2 - msrp (RFC 7977) - msrp.so must be loaded before websocket.so + * 2 - msrp (RFC 7977) - the msrp module must be loaded before the + websocket module
- Default value is 1 when msrp.so is not loaded 3 when msrp.so is loaded. + Default value is 1 when msrp module is not loaded, 3 when msrp module + is loaded.
Example 1.8. Set sub_protocols parameter ...