Software /
code /
prosody
Changeset
3176:f77759710324
usermanager: Add hunk that got missed in a merge
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 04 Jun 2010 13:53:07 +0100 |
parents | 3175:a7f1329c5e3c |
children | 3177:b932dde3bca5 |
files | core/usermanager.lua |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core/usermanager.lua Thu Jun 03 18:09:02 2010 +0500 +++ b/core/usermanager.lua Fri Jun 04 13:53:07 2010 +0100 @@ -48,7 +48,8 @@ host_session.users = new_null_provider(); end end); -end + host_session.users = new_null_provider(); -- Start with the default usermanager provider +end; prosody.events.add_handler("host-activated", host_handler, 100); prosody.events.add_handler("component-activated", host_handler, 100);