mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
Remove space at the end of a line.
This commit is contained in:
parent
edd23d4451
commit
da8fb6c3b3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ local compression_stream_feature = st.stanza("compression", {xmlns=xmlns_compres
|
|||
|
||||
module:add_event_hook("stream-features",
|
||||
function (session, features)
|
||||
if not session.compressed then
|
||||
if not session.compressed then
|
||||
--FIXME only advertise compression support when TLS layer has no compression enabled
|
||||
features:add_child(compression_stream_feature);
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue