diff --git a/ejabberd.yml.example b/ejabberd.yml.example index fc8555265..0b6030bad 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -705,7 +705,7 @@ modules: # Since 17.02 S2S Dialback (XEP-0220) and Stream Management (XEP-0198) # are implemented in modules mod_s2s_dialback: {} - mod_sm: {} + mod_stream_mgmt: {} ## ## Enable modules with custom options in a specific virtual host diff --git a/src/mod_sm.erl b/src/mod_stream_mgmt.erl similarity index 99% rename from src/mod_sm.erl rename to src/mod_stream_mgmt.erl index bc45c8731..3ec3eb72a 100644 --- a/src/mod_sm.erl +++ b/src/mod_stream_mgmt.erl @@ -20,7 +20,7 @@ %%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. %%% %%%------------------------------------------------------------------- --module(mod_sm). +-module(mod_stream_mgmt). -behaviour(gen_mod). -author('holger@zedat.fu-berlin.de'). -protocol({xep, 198, '1.5.2'}). diff --git a/test/ejabberd_SUITE_data/ejabberd.yml b/test/ejabberd_SUITE_data/ejabberd.yml index 3e6053b9a..1eede5331 100644 --- a/test/ejabberd_SUITE_data/ejabberd.yml +++ b/test/ejabberd_SUITE_data/ejabberd.yml @@ -464,7 +464,7 @@ Welcome to this XMPP server." mod_stats: [] mod_s2s_dialback: [] mod_legacy_auth: [] - mod_sm: [] + mod_stream_mgmt: [] mod_time: [] mod_version: [] registration_timeout: infinity