Module: kamailio Branch: 5.3 Commit: 1c1791db132aaa87dec0a60a2080680da19a49f9 URL: https://github.com/kamailio/kamailio/commit/1c1791db132aaa87dec0a60a2080680d...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-10-09T22:46:24+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/websocket/README
---
Diff: https://github.com/kamailio/kamailio/commit/1c1791db132aaa87dec0a60a2080680d... Patch: https://github.com/kamailio/kamailio/commit/1c1791db132aaa87dec0a60a2080680d...
---
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 ...