1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

stundisco_tests: Check correct credentials syntax

This commit is contained in:
Holger Weiss 2024-12-18 21:17:07 +01:00
parent 8cfcc69100
commit 3bc66a7054

View file

@ -132,9 +132,8 @@ turn_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,