Software /
code /
prosody
Log
plugins/mod_dialback.lua @ 4836:bda0593d3f73
description | author | age |
---|---|---|
mod_dialback: add better safe then sorry nameprepping to the from attribute. | Marco Cirillo | Wed, 09 May 2012 11:25:22 +0000 |
mod_dialback: COMPAT reset session.send function for servers (e.g. ejabberd) which don't include a from attr when opening the stream. | Marco Cirillo | Wed, 09 May 2012 02:56:22 +0000 |
mod_s2s, s2smanager, mod_dialback: Move addition of session.send() on s2sin to after they are authenticated (thus from mod_s2s to s2smanager). Update mod_dialback to fire route/remote directly, as session.send() is no longer available for s2sin_unauthed. Fixes #291. | Matthew Wild | Thu, 10 May 2012 22:59:01 +0100 |
mod_dialback: Remove unused declaration of xmlns_dialback | Matthew Wild | Sat, 28 Apr 2012 03:43:27 +0100 |
mod_dialback, mod_s2s: Log initiation of dialback in mod_dialback | Kim Alvefur | Sat, 03 Mar 2012 16:45:34 +0100 |
mod_s2s, mod_dialback: Rename event to s2s-authenticate-legacy | Kim Alvefur | Sat, 03 Mar 2012 13:28:33 +0100 |