mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
parent
74c810eeaa
commit
644d468b4f
1 changed files with 0 additions and 2 deletions
|
@ -961,8 +961,6 @@ presence_broadcast(Config) ->
|
||||||
sub_els = [#disco_info{node = Node}]} = recv_iq(Config),
|
sub_els = [#disco_info{node = Node}]} = recv_iq(Config),
|
||||||
#message{type = chat,
|
#message{type = chat,
|
||||||
subject = [#text{lang = <<"en">>,data = <<"Welcome!">>}]} = recv_message(Config),
|
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),
|
#presence{from = JID, to = JID} = recv_presence(Config),
|
||||||
send(Config, #iq{type = result, id = IQ#iq.id,
|
send(Config, #iq{type = result, id = IQ#iq.id,
|
||||||
to = JID, sub_els = [Info]}),
|
to = JID, sub_els = [Info]}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue