mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +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"}}},
|
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.28"}}},
|
||||||
{if_var_true, stun,
|
{if_var_true, stun,
|
||||||
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.2"}}}},
|
{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"}}}
|
{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},
|
{description, Config#config.description},
|
||||||
{changesubject, Config#config.allow_change_subj},
|
{changesubject, Config#config.allow_change_subj},
|
||||||
{allowinvites, Config#config.allow_user_invites},
|
{allowinvites, Config#config.allow_user_invites},
|
||||||
|
{allow_query_users, Config#config.allow_query_users},
|
||||||
{allowpm, AllowPM},
|
{allowpm, AllowPM},
|
||||||
{lang, Config#config.lang}],
|
{lang, Config#config.lang}],
|
||||||
Fs2 = case Config#config.pubsub of
|
Fs2 = case Config#config.pubsub of
|
||||||
|
Loading…
Reference in New Issue
Block a user