mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-24 17:29:28 +01:00
stundisco_tests: Fix TURNS credentials syntax
This commit is contained in:
parent
eaebfc795e
commit
e967a409d3
@ -158,9 +158,8 @@ turns_credentials(Config) ->
|
||||
port = Port,
|
||||
type = Type}]},
|
||||
#iq{type = result,
|
||||
sub_els = [#services{
|
||||
type = undefined,
|
||||
list = [#service{host = Host,
|
||||
sub_els = [#credentials{
|
||||
services = [#service{host = Host,
|
||||
port = Port,
|
||||
type = Type,
|
||||
transport = Transport,
|
||||
|
Loading…
Reference in New Issue
Block a user