mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_InBandRegistration -> mod_register
This commit is contained in:
parent
84219ab443
commit
70be78c6b4
2 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ function loadall()
|
|||
load("saslauth");
|
||||
load("legacyauth");
|
||||
load("roster");
|
||||
load("InBandRegistration");
|
||||
load("register");
|
||||
end
|
||||
|
||||
function load(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue