Software /
code /
prosody
Log
core/stanza_router.lua @ 5776:bd0ff8ae98a8
description | author | age |
---|---|---|
Remove all trailing whitespace | Florian Zeitz | Fri, 09 Aug 2013 17:48:21 +0200 |
stanza_router: Warn if the global core_*_stanza() functions are called | Kim Alvefur | Thu, 26 Jul 2012 04:30:30 +0200 |
stanza_router: Also don't bounce <iq type='result'> | Matthew Wild | Sun, 27 May 2012 11:57:56 +0100 |
stanza_router: Don't bounce type=error stanzas | Kim Alvefur | Sun, 27 May 2012 04:01:34 +0200 |
prosody, stanza_router: Load stanza_router earlier. Put routing functions in the global prosody table. Fixes module:send() | Kim Alvefur | Mon, 14 May 2012 17:58:51 +0200 |
stanza_router: Fix variable name | Matthew Wild | Sat, 12 May 2012 03:24:06 +0100 |
stanza_router: Close stream for unhandled stanzas from unauthenticated connections (we can't reply) | Matthew Wild | Sat, 12 May 2012 01:47:53 +0100 |
stanza_router: Remove FIXME comment and close stream with not-authorized for s2s stanzas from unauthed domains | Matthew Wild | Sat, 12 May 2012 00:33:04 +0100 |