mod_support_contact/mod_support_contact.lua
changeset 1343 7dbde05b48a9
parent 986 8b1250df82e8
--- a/mod_support_contact/mod_support_contact.lua	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_support_contact/mod_support_contact.lua	Tue Mar 11 18:44:01 2014 +0100
@@ -35,7 +35,7 @@
 	rostermanager.save_roster(node, host, roster);
 
 	node, host = jid_split(support_contact);
-	
+
 	if hosts[host] then
 		roster = rostermanager.load_roster(node, host);
 		roster[jid] = {subscription = "both", groups = groups};