Software /
code /
verse
Comparison
plugins/tls.lua @ 380:0891b4e27766
Discard trailing whitespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 01 May 2015 23:27:29 +0200 |
parent | 250:a5ac643a7fd6 |
child | 384:532a379acfea |
comparison
equal
deleted
inserted
replaced
379:d80d27234e38 | 380:0891b4e27766 |
---|---|
29 end | 29 end |
30 end | 30 end |
31 stream:hook("stream-features", handle_features, 400); | 31 stream:hook("stream-features", handle_features, 400); |
32 stream:hook("stream/"..xmlns_tls, handle_tls); | 32 stream:hook("stream/"..xmlns_tls, handle_tls); |
33 stream:hook("status", handle_status, 400); | 33 stream:hook("status", handle_status, 400); |
34 | 34 |
35 return true; | 35 return true; |
36 end | 36 end |