Software /
code /
prosody
File
core/eventmanager2.lua @ 1182:89e9f0d555a2
stanza_router: Handle outbound presence if inbound handlers don't catch it
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Tue, 19 May 2009 01:07:03 +0500 |
parent | 1008:da7691ebec9c |
child | 1243:cd004d83a12a |
line wrap: on
line source
local events = require "util.events".new(); module "eventmanager" return events;