mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 02:29:34 +02:00
mod_multicast service discovery bugfix (thanks to McPo)(#2968)
This commit is contained in:
parent
2da168cf05
commit
630cfe26b7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue