Software /
code /
prosody
Log
plugins/mod_dialback.lua @ 4822:5ef05f32bc42
description | author | age |
---|---|---|
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 |
mod_s2s, mod_dialback: Event on pre-XMPP streams, so we can try dialback. | Kim Alvefur | Sat, 03 Mar 2012 01:35:39 +0100 |
mod_dialback: Remove unused import of s2smanager.send_to_host() | Kim Alvefur | Sat, 03 Mar 2012 00:01:10 +0100 |
mod_dialback: import util.hashes and functionality once in s2smanager. | Florian Zeitz | Fri, 24 Feb 2012 15:20:03 +0000 |