Software /
code /
prosody
Diff
plugins/mod_tls.lua @ 1675:bddd5ef9565e
Another unwanted spaces at the end of a line.
author | Tobias Markmann <tm@ayena.de> |
---|---|
date | Thu, 13 Aug 2009 11:35:50 +0200 |
parent | 1652:ce6b91c78b9f |
child | 1875:334383faf77b |
line wrap: on
line diff
--- a/plugins/mod_tls.lua Thu Aug 13 10:57:56 2009 +0200 +++ b/plugins/mod_tls.lua Thu Aug 13 11:35:50 2009 +0200 @@ -28,7 +28,7 @@ local starttls_attr = { xmlns = xmlns_starttls }; module:add_event_hook("stream-features", - function (session, features) + function (session, features) if session.conn.starttls then features:tag("starttls", starttls_attr); if secure_auth_only then