mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Rename mod_sm -> mod_stream_mgmt
This commit is contained in:
parent
1c34f89c19
commit
adbd174959
@ -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
|
||||
|
@ -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'}).
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user