plugins/mod_compression.lua

changeset 2289
c6bed51c6733
parent 2287
8938265695c9
child 2290
9c5941198719
--- a/plugins/mod_compression.lua	Tue Dec 01 20:55:32 2009 +0100
+++ b/plugins/mod_compression.lua	Tue Dec 01 20:59:42 2009 +0100
@@ -44,7 +44,7 @@
 		end
 );
 
--- S2Sout handling aka the client perspective in the S2S connection
+-- Hook to activate compression if remote server supports it.
 module:hook_stanza(xmlns_stream, "features",
 		function (session, stanza)
 			if not session.compressed then
@@ -135,7 +135,6 @@
 		end;
 end
 
--- TODO Support compression on S2S level too.
 module:add_handler({"s2sout_unauthed", "s2sout"}, "compressed", xmlns_compression_protocol, 
 		function(session ,stanza)
 			session.log("debug", "Activating compression...")

mercurial