changeset 520:6fa8436f8ee3

mod_carbons: Remove completed TODO
author Kim Alvefur <zash@zash.se>
date Fri, 06 Jan 2012 12:09:48 +0100
parents d4adda950546
children 6d0d2673f95e
files mod_carbons/mod_carbons.lua
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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