1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-04 02:09:33 +02:00

Fix WebSocket uppercase

This commit is contained in:
Badlop 2022-02-11 15:22:14 +01:00
parent be0175fb70
commit c407b73803
3 changed files with 5 additions and 5 deletions

View file

@ -133,9 +133,9 @@ mod_doc() ->
" websocket_url: \"ws://example.org:5280/websocket\""],
opts =>
[{websocket_url,
#{value => ?T("WebsocketURL"),
#{value => ?T("WebSocketURL"),
desc =>
?T("A websocket URL to which Converse.js can connect to.")}},
?T("A WebSocket URL to which Converse.js can connect to.")}},
{bosh_service_url,
#{value => ?T("BoshURL"),
desc =>