mod_carbons: Remove completed TODO
authorKim Alvefur <zash@zash.se>
Fri, 06 Jan 2012 12:09:48 +0100
changeset 520 6fa8436f8ee3
parent 518 d4adda950546
child 521 6d0d2673f95e
mod_carbons: Remove completed TODO
mod_carbons/mod_carbons.lua
--- a/mod_carbons/mod_carbons.lua	Mon Jan 02 17:38:28 2012 +0000
+++ b/mod_carbons/mod_carbons.lua	Fri Jan 06 12:09:48 2012 +0100
@@ -5,8 +5,6 @@
 local xmlns_forward = "urn:xmpp:forward:0";
 local host_sessions = hosts[module.host].sessions;
 
--- TODO merge message handlers into one somehow
-
 module:hook("iq/self/"..xmlns_carbons..":enable", function(event)
 	local origin, stanza = event.origin, event.stanza;
 	if stanza.attr.type == "set" then