diff options
author | Kim Alvefur <zash@zash.se> | 2014-05-22 15:21:22 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2014-05-22 15:21:22 +0200 |
commit | 1b9e46bd01b196fe7b1a2ed99d367da24b9f6bf5 (patch) | |
tree | f5443dc1fe20882964d43b4f668b5c0c18cdd399 /core | |
parent | 43a760cd9330b1ebd6a6c7d1c95116ccd752655c (diff) | |
download | prosody-1b9e46bd01b196fe7b1a2ed99d367da24b9f6bf5.tar.gz prosody-1b9e46bd01b196fe7b1a2ed99d367da24b9f6bf5.zip |
hostmanager, mod_dialback: Move generation of dialback secret out of core
Diffstat (limited to 'core')
-rw-r--r-- | core/hostmanager.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/hostmanager.lua b/core/hostmanager.lua index 91b052d1..d10ecd30 100644 --- a/core/hostmanager.lua +++ b/core/hostmanager.lua @@ -74,7 +74,6 @@ function activate(host, host_config) host = host; s2sout = {}; events = events_new(); - dialback_secret = configmanager.get(host, "dialback_secret") or uuid_gen(); send = host_send; modules = {}; }; |