MUC: Added multi-session support to the room-exiting occupant use case.
[prosody.git] / plugins / mod_dialback.lua
index b1bc3ae300ab04e5e86c8758a922b0731ce9a1d1..5c956103a50f7f7da6a614fef2b910f61af28e5b 100644 (file)
@@ -1,4 +1,4 @@
--- Prosody IM v0.4
+-- Prosody IM
 -- Copyright (C) 2008-2009 Matthew Wild
 -- Copyright (C) 2008-2009 Waqas Hussain
 -- 
@@ -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