File

core/eventmanager2.lua @ 1209:86b01a837126

mod_presence: Leave alone the from attribute of session.presence. Big thanks to albert for figuring out the steps to reproduce this bug, and for giving us a ([very] slight) performance increase!
author Matthew Wild <mwild1@gmail.com>
date Thu, 28 May 2009 02:55:14 +0100
parent 1008:da7691ebec9c
child 1243:cd004d83a12a
line wrap: on
line source


local events = require "util.events".new();

module "eventmanager"

return events;