diff --git a/priv/msgs/ejabberd.pot b/priv/msgs/ejabberd.pot index adf563402..ae2451ed3 100644 --- a/priv/msgs/ejabberd.pot +++ b/priv/msgs/ejabberd.pot @@ -188,7 +188,8 @@ msgstr "" msgid "Announcements" msgstr "" -#: muc_roomconfig:1240 muc_roomconfig:1287 muc_roominfo:594 +#: muc_roomconfig:1240 muc_roomconfig:1287 muc_roomconfig:1691 +#: muc_roominfo:594 msgid "Anyone" msgstr "" @@ -1004,14 +1005,11 @@ msgstr "" msgid "Moderator privileges required" msgstr "" -#: muc_roomconfig:1246 muc_roominfo:600 +#: muc_roomconfig:1246 muc_roomconfig:1285 muc_roomconfig:1689 +#: muc_roominfo:600 msgid "Moderators Only" msgstr "" -#: muc_roomconfig:1285 -msgid "Moderators only" -msgstr "" - #: ejabberd_web_admin:1992 msgid "Modified modules" msgstr "" @@ -2527,10 +2525,6 @@ msgstr "" msgid "Your messages to ~s are being blocked. To unblock them, visit ~s" msgstr "" -#: muc_roomconfig:1691 -msgid "anyone" -msgstr "" - #: mod_disco:463 msgid "ejabberd" msgstr "" @@ -2591,10 +2585,6 @@ msgstr "" msgid "leaves the room" msgstr "" -#: muc_roomconfig:1689 -msgid "moderators only" -msgstr "" - #: mod_muc_room:4101 msgid "private, " msgstr "" diff --git a/rebar.config b/rebar.config index 5e7edff20..30420d5f1 100644 --- a/rebar.config +++ b/rebar.config @@ -25,7 +25,7 @@ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.22"}}}, {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.11"}}}, {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.30"}}}, - {xmpp, ".*", {git, "https://github.com/processone/xmpp", "5df8f4b"}}, + {xmpp, ".*", {git, "https://github.com/processone/xmpp", "5745b7e"}}, {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.14"}}}, {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}}, {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.3"}}},