]> granicus.if.org Git - ejabberd/commitdiff
Rename mod_sm -> mod_stream_mgmt
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Tue, 21 Feb 2017 06:18:58 +0000 (09:18 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Tue, 21 Feb 2017 06:18:58 +0000 (09:18 +0300)
ejabberd.yml.example
src/mod_stream_mgmt.erl [moved from src/mod_sm.erl with 99% similarity]
test/ejabberd_SUITE_data/ejabberd.yml

index fc85552650f135367b94dc7c5867cbab3d801429..0b6030bad7da5d27feda97503d45510a8e7d1790 100644 (file)
@@ -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
similarity index 99%
rename from src/mod_sm.erl
rename to src/mod_stream_mgmt.erl
index bc45c87314d4432e08d46456b3e6a14b6c0db904..3ec3eb72a5a22ef19978df8aa87a5158ec55db07 100644 (file)
@@ -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'}).
index 3e6053b9a549a314e051c63249120f13d7ac124d..1eede5331828582ddc2444c94d20ed6b4ab775d0 100644 (file)
@@ -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