Software /
code /
prosody
Diff
plugins/mod_dialback.lua @ 1337:16c5aa4696ca
mod_dialback: Change FIXME comment to COMPAT
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 12 Jun 2009 11:36:32 +0100 |
parent | 1077:d6a885cacd8c |
child | 1523:841d61be198f |
line wrap: on
line diff
--- a/plugins/mod_dialback.lua Fri Jun 12 11:21:25 2009 +0100 +++ b/plugins/mod_dialback.lua Fri Jun 12 11:36:32 2009 +0100 @@ -26,7 +26,7 @@ -- We are being asked to verify the key, to ensure it was generated by us origin.log("debug", "verifying that dialback key is ours..."); local attr = stanza.attr; - -- FIXME: Grr, ejabberd breaks this one too?? it is black and white in XEP-220 example 34 + -- COMPAT: Grr, ejabberd breaks this one too?? it is black and white in XEP-220 example 34 --if attr.from ~= origin.to_host then error("invalid-from"); end local type; if s2s_verify_dialback(attr.id, attr.from, attr.to, stanza[1]) then