mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
stundisco_tests: Fix TURNS credentials syntax
This commit is contained in:
parent
eaebfc795e
commit
e967a409d3
1 changed files with 11 additions and 12 deletions
|
@ -158,9 +158,8 @@ turns_credentials(Config) ->
|
||||||
port = Port,
|
port = Port,
|
||||||
type = Type}]},
|
type = Type}]},
|
||||||
#iq{type = result,
|
#iq{type = result,
|
||||||
sub_els = [#services{
|
sub_els = [#credentials{
|
||||||
type = undefined,
|
services = [#service{host = Host,
|
||||||
list = [#service{host = Host,
|
|
||||||
port = Port,
|
port = Port,
|
||||||
type = Type,
|
type = Type,
|
||||||
transport = Transport,
|
transport = Transport,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue