mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Show allow_query_users room option in disco info (#3830)
This commit is contained in:
parent
a798a21386
commit
00e6b0c97c
@ -70,7 +70,7 @@
|
||||
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.28"}}},
|
||||
{if_var_true, stun,
|
||||
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.2"}}}},
|
||||
{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.5.8"}}},
|
||||
{xmpp, ".*", {git, "https://github.com/processone/xmpp", "cdda2bea2df0b4ed40fbd854f6f1bf21c6b7a8c5"}},
|
||||
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.13"}}}
|
||||
]}.
|
||||
|
||||
|
@ -4321,6 +4321,7 @@ iq_disco_info_extras(Lang, StateData, Static) ->
|
||||
{description, Config#config.description},
|
||||
{changesubject, Config#config.allow_change_subj},
|
||||
{allowinvites, Config#config.allow_user_invites},
|
||||
{allow_query_users, Config#config.allow_query_users},
|
||||
{allowpm, AllowPM},
|
||||
{lang, Config#config.lang}],
|
||||
Fs2 = case Config#config.pubsub of
|
||||
|
Loading…
Reference in New Issue
Block a user