mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +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,
|
||||
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…
Add table
Add a link
Reference in a new issue