aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-06-12 11:36:32 +0100
committerMatthew Wild <mwild1@gmail.com>2009-06-12 11:36:32 +0100
commit69bb55c678a78c84a8b12d23a13e461964b155f1 (patch)
treebcd0466e41a1fef61d73a27ff6cc6f26133d4d33 /plugins
parent6a38f3d21939c1dacdbb8b4050a4a046e25b9451 (diff)
downloadprosody-69bb55c678a78c84a8b12d23a13e461964b155f1.tar.gz
prosody-69bb55c678a78c84a8b12d23a13e461964b155f1.zip
mod_dialback: Change FIXME comment to COMPAT
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_dialback.lua2
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