Software /
code /
prosody
File
core/eventmanager2.lua @ 1057:2677f5a4e66b
mod_presence: Broadcast a user's presence to only the user's 'available' resources
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Fri, 24 Apr 2009 00:38:40 +0500 |
parent | 1008:da7691ebec9c |
child | 1243:cd004d83a12a |
line wrap: on
line source
local events = require "util.events".new(); module "eventmanager" return events;