Software /
code /
prosody
Log
core/stanza_router.lua @ 468:ab49cb6d0e92
description | author | age |
---|---|---|
Moved incoming c2s presence handling from stanza_router to presencemanager | Waqas Hussain | Sat, 29 Nov 2008 08:25:34 +0500 |
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store. | Matthew Wild | Thu, 27 Nov 2008 03:12:12 +0000 |
Now possible to specify nil origin to core_route_stanza. Origin will be chosen as the host of the 'from' attribute on the stanza. Returns false on no such host. | Matthew Wild | Fri, 21 Nov 2008 05:59:03 +0000 |
Remove or comment useless prints, or change them to log() | Matthew Wild | Thu, 20 Nov 2008 03:00:43 +0000 |
Don't error reply to stanzas direct over the s2s stream they came from | Matthew Wild | Thu, 20 Nov 2008 02:05:26 +0000 |
Extra checks before sending error replies to incoming stanzas | Matthew Wild | Wed, 19 Nov 2008 05:09:05 +0000 |
Moved presence subscription code from stanza_router to presencemanager | Waqas Hussain | Mon, 17 Nov 2008 10:15:04 +0500 |