mod_compression: Removing trailing whitespace.
authorTobias Markmann <tm@ayena.de>
Tue, 1 Dec 2009 20:17:13 +0000 (21:17 +0100)
committerTobias Markmann <tm@ayena.de>
Tue, 1 Dec 2009 20:17:13 +0000 (21:17 +0100)
plugins/mod_compression.lua

index 6364c27f71ea6f8f751612bf8e362ae28d893305..8fdf9dcce592983219bf53fa3f7669dd0bff45ec 100644 (file)
@@ -160,7 +160,7 @@ module:add_handler({"s2sout_unauthed", "s2sout"}, "compressed", xmlns_compressio
                        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
 );