diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-06-12 11:36:32 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-06-12 11:36:32 +0100 |
commit | 69bb55c678a78c84a8b12d23a13e461964b155f1 (patch) | |
tree | bcd0466e41a1fef61d73a27ff6cc6f26133d4d33 /plugins/mod_dialback.lua | |
parent | 6a38f3d21939c1dacdbb8b4050a4a046e25b9451 (diff) | |
download | prosody-69bb55c678a78c84a8b12d23a13e461964b155f1.tar.gz prosody-69bb55c678a78c84a8b12d23a13e461964b155f1.zip |
mod_dialback: Change FIXME comment to COMPAT
Diffstat (limited to 'plugins/mod_dialback.lua')
-rw-r--r-- | plugins/mod_dialback.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_dialback.lua b/plugins/mod_dialback.lua index b1bc3ae3..947bd2e1 100644 --- a/plugins/mod_dialback.lua +++ b/plugins/mod_dialback.lua @@ -26,7 +26,7 @@ module:add_handler({"s2sin_unauthed", "s2sin"}, "verify", xmlns_dialback, -- 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 |