Software /
code /
prosody
Diff
core/rostermanager.lua @ 2050:adc1b92b8c6b
rostermanager: Fixed a global access.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Thu, 22 Oct 2009 04:47:40 +0500 |
parent | 2049:227f3fd2caaf |
child | 2909:bcfd76cc9b7d |
child | 2923:b7049746bd29 |
line wrap: on
line diff
--- a/core/rostermanager.lua Thu Oct 22 03:46:54 2009 +0500 +++ b/core/rostermanager.lua Thu Oct 22 04:47:40 2009 +0500 @@ -18,6 +18,7 @@ local tostring = tostring; local hosts = hosts; +local bare_sessions = bare_sessions; local datamanager = require "util.datamanager" local st = require "util.stanza";