plugins/mod_compression.lua

changeset 2291
abd28ed5d8b0
parent 2290
9c5941198719
child 2324
9f7eb1054a2f
--- a/plugins/mod_compression.lua	Tue Dec 01 21:04:02 2009 +0100
+++ b/plugins/mod_compression.lua	Tue Dec 01 21:17:13 2009 +0100
@@ -160,7 +160,7 @@
 			local default_stream_attr = {xmlns = "jabber:server", ["xmlns:stream"] = "http://etherx.jabber.org/streams",
 										["xmlns:db"] = 'jabber:server:dialback', version = "1.0", to = session.to_host, from = session.from_host};
 			session.sends2s("<?xml version='1.0'?>");
-			session.sends2s(st.stanza("stream:stream", default_stream_attr):top_tag());			
+			session.sends2s(st.stanza("stream:stream", default_stream_attr):top_tag());
 			session.compressed = true;
 		end
 );

mercurial