Software /
code /
prosody-modules
Diff
mod_client_certs/mod_client_certs.lua @ 1343:7dbde05b48a9
all the things: Remove trailing whitespace
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Tue, 11 Mar 2014 18:44:01 +0100 |
parent | 1096:1abb8f2a5761 |
child | 1779:bdf1de953fd9 |
line wrap: on
line diff
--- a/mod_client_certs/mod_client_certs.lua Mon Mar 10 08:22:58 2014 +0000 +++ b/mod_client_certs/mod_client_certs.lua Tue Mar 11 18:44:01 2014 +0100 @@ -140,7 +140,7 @@ origin.send(st.error_reply(stanza, "cancel", "bad-request", "Missing fields.")); -- cancel? not modify? return true end - + local can_manage = append:get_child("no-cert-management", xmlns_saslcert) ~= nil; x509cert = x509cert:gsub("^%s*(.-)%s*$", "%1");