mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
mod_stun_disco: Make 'services' example shorter
Omit the 'tcp' and 'stuns' services from the list of example 'services' in the documentation. For typical use cases, those are less interesting than 'udp' and 'turns' services.
This commit is contained in:
parent
f19b975e8d
commit
7bb4da2fee
1 changed files with 0 additions and 30 deletions
|
@ -221,18 +221,6 @@ mod_doc() ->
|
|||
" transport: udp",
|
||||
" restricted: true",
|
||||
" -",
|
||||
" host: 203.0.113.3",
|
||||
" port: 3478",
|
||||
" type: stun",
|
||||
" transport: tcp",
|
||||
" restricted: false",
|
||||
" -",
|
||||
" host: 203.0.113.3",
|
||||
" port: 3478",
|
||||
" type: turn",
|
||||
" transport: tcp",
|
||||
" restricted: true",
|
||||
" -",
|
||||
" host: 2001:db8::3",
|
||||
" port: 3478",
|
||||
" type: stun",
|
||||
|
@ -245,24 +233,6 @@ mod_doc() ->
|
|||
" transport: udp",
|
||||
" restricted: true",
|
||||
" -",
|
||||
" host: 2001:db8::3",
|
||||
" port: 3478",
|
||||
" type: stun",
|
||||
" transport: tcp",
|
||||
" restricted: false",
|
||||
" -",
|
||||
" host: 2001:db8::3",
|
||||
" port: 3478",
|
||||
" type: turn",
|
||||
" transport: tcp",
|
||||
" restricted: true",
|
||||
" -",
|
||||
" host: server.example.com",
|
||||
" port: 5349",
|
||||
" type: stuns",
|
||||
" transport: tcp",
|
||||
" restricted: false",
|
||||
" -",
|
||||
" host: server.example.com",
|
||||
" port: 5349",
|
||||
" type: turns",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue