Software /
code /
prosody
Diff
core/usermanager.lua @ 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 |
parent | 3167:546695e80e0a |
child | 3177:b932dde3bca5 |
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);