mod_multicast service discovery bugfix (thanks to McPo)(#2968)

This commit is contained in:
Badlop 2019-07-29 19:32:10 +02:00
parent 2da168cf05
commit 630cfe26b7
1 changed files with 2 additions and 2 deletions

View File

@ -1070,9 +1070,9 @@ iq_disco_info_extras(From, State) ->
case iq_disco_info_extras2(SenderT, Service_limits) of
[] -> [];
List_limits_xmpp ->
#xdata{type = result,
[#xdata{type = result,
fields = [?RFIELDT(hidden, <<"FORM_TYPE">>, ?NS_ADDRESS)
| List_limits_xmpp]}
| List_limits_xmpp]}]
end.
sender_type(From) ->