mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
mod_multicast service discovery bugfix (thanks to McPo)(#2968)
This commit is contained in:
parent
2da168cf05
commit
630cfe26b7
@ -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) ->
|
||||
|
Loading…
Reference in New Issue
Block a user