# HG changeset patch # User Waqas Hussain # Date 1243619692 -18000 # Node ID 23c7d41ca93c344803fb189d0802915be337bc48 # Parent 8e977f4262b44c7bae64c169e313f0f90042c392 Added globals bare_sessions and full_sessions, which map bare and full JIDs to sessions. diff -r 8e977f4262b4 -r 23c7d41ca93c prosody --- a/prosody Fri May 29 22:51:56 2009 +0500 +++ b/prosody Fri May 29 22:54:52 2009 +0500 @@ -68,7 +68,8 @@ --- Load socket framework local server = require "net.server" - +bare_sessions = {}; +full_sessions = {}; hosts = {}; --- Load and initialise core modules