aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-02-21 09:18:58 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-02-21 09:18:58 +0300
commitadbd174959deec38167a19a416dd846f4e3aa6f4 (patch)
treed8dad03c21e27dc666ed7e83732c53ffaf52a7f8
parentMerge branch 'master' of github.com:processone/ejabberd (diff)
Rename mod_sm -> mod_stream_mgmt
Diffstat (limited to '')
-rw-r--r--ejabberd.yml.example2
-rw-r--r--src/mod_stream_mgmt.erl (renamed from src/mod_sm.erl)2
-rw-r--r--test/ejabberd_SUITE_data/ejabberd.yml2
3 files changed, 3 insertions, 3 deletions
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
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