diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-10-05 01:39:49 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-10-05 01:39:49 +0100 |
commit | 70be78c6b49b3f30ee4bb7a285e36ec369a20d01 (patch) | |
tree | 90ec2d188d8491fc2e45c3267e44a66f94235dc3 | |
parent | 84219ab443bf5c6d19f32d3e64db92c65fecef7f (diff) | |
download | prosody-70be78c6b49b3f30ee4bb7a285e36ec369a20d01.tar.gz prosody-70be78c6b49b3f30ee4bb7a285e36ec369a20d01.zip |
mod_InBandRegistration -> mod_register
-rw-r--r-- | core/modulemanager.lua | 2 | ||||
-rw-r--r-- | plugins/mod_register.lua (renamed from plugins/mod_InBandRegistration.lua) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 0aaf4d1f..696e0f08 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -48,7 +48,7 @@ function loadall() load("saslauth"); load("legacyauth"); load("roster"); - load("InBandRegistration"); + load("register"); end function load(name) diff --git a/plugins/mod_InBandRegistration.lua b/plugins/mod_register.lua index b1bf4cc0..b1bf4cc0 100644 --- a/plugins/mod_InBandRegistration.lua +++ b/plugins/mod_register.lua |