# HG changeset patch # User Tobias Markmann # Date 1259698633 -3600 # Node ID abd28ed5d8b04250267d294febb2009154485310 # Parent 9c5941198719ed45af59b276afad37ceaf80a07b mod_compression: Removing trailing whitespace. diff -r 9c5941198719 -r abd28ed5d8b0 plugins/mod_compression.lua --- 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(""); - 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 );