comparison mod_auto_accept_subscriptions/mod_auto_accept_subscriptions.lua @ 1343:7dbde05b48a9

all the things: Remove trailing whitespace
author Florian Zeitz <florob@babelmonkeys.de>
date Tue, 11 Mar 2014 18:44:01 +0100
parents 841b5eb5fe52
children 25412e94fb3e
comparison
equal deleted inserted replaced
1342:0ae065453dc9 1343:7dbde05b48a9
32 end 32 end
33 core_post_stanza(hosts[host], subscribe_stanza); 33 core_post_stanza(hosts[host], subscribe_stanza);
34 return true; 34 return true;
35 end 35 end
36 end 36 end
37 end 37 end
38 module:log("warn", "Failed to auto-accept subscription request from %s to %s", from_bare, to_bare); 38 module:log("warn", "Failed to auto-accept subscription request from %s to %s", from_bare, to_bare);
39 end 39 end
40 40
41 module:hook("presence/bare", function (event) 41 module:hook("presence/bare", function (event)
42 local stanza = event.stanza; 42 local stanza = event.stanza;