mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +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)
|
# Since 17.02 S2S Dialback (XEP-0220) and Stream Management (XEP-0198)
|
||||||
# are implemented in modules
|
# are implemented in modules
|
||||||
mod_s2s_dialback: {}
|
mod_s2s_dialback: {}
|
||||||
mod_sm: {}
|
mod_stream_mgmt: {}
|
||||||
|
|
||||||
##
|
##
|
||||||
## Enable modules with custom options in a specific virtual host
|
## Enable modules with custom options in a specific virtual host
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
%%%
|
%%%
|
||||||
%%%-------------------------------------------------------------------
|
%%%-------------------------------------------------------------------
|
||||||
-module(mod_sm).
|
-module(mod_stream_mgmt).
|
||||||
-behaviour(gen_mod).
|
-behaviour(gen_mod).
|
||||||
-author('holger@zedat.fu-berlin.de').
|
-author('holger@zedat.fu-berlin.de').
|
||||||
-protocol({xep, 198, '1.5.2'}).
|
-protocol({xep, 198, '1.5.2'}).
|
@ -464,7 +464,7 @@ Welcome to this XMPP server."
|
|||||||
mod_stats: []
|
mod_stats: []
|
||||||
mod_s2s_dialback: []
|
mod_s2s_dialback: []
|
||||||
mod_legacy_auth: []
|
mod_legacy_auth: []
|
||||||
mod_sm: []
|
mod_stream_mgmt: []
|
||||||
mod_time: []
|
mod_time: []
|
||||||
mod_version: []
|
mod_version: []
|
||||||
registration_timeout: infinity
|
registration_timeout: infinity
|
||||||
|
Loading…
Reference in New Issue
Block a user