mirror of
https://github.com/processone/ejabberd
synced 2025-10-04 02:09:33 +02:00
Fix WebSocket uppercase
This commit is contained in:
parent
be0175fb70
commit
c407b73803
3 changed files with 5 additions and 5 deletions
|
@ -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 =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue