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

Update registration test

Adjust test case for commit 654d4b81b1.
This commit is contained in:
Holger Weiss 2025-08-21 09:51:24 +02:00
parent 74c810eeaa
commit 644d468b4f

View file

@ -961,8 +961,6 @@ presence_broadcast(Config) ->
sub_els = [#disco_info{node = Node}]} = recv_iq(Config),
#message{type = chat,
subject = [#text{lang = <<"en">>,data = <<"Welcome!">>}]} = recv_message(Config),
#message{type = normal,
subject = [#text{lang = <<"en">>,data = <<"Welcome!">>}]} = recv_message(Config),
#presence{from = JID, to = JID} = recv_presence(Config),
send(Config, #iq{type = result, id = IQ#iq.id,
to = JID, sub_els = [Info]}),