mod_s2s: Ensure that to/from on stream headers are always correct, fixes #338
[prosody.git] / plugins / mod_groups.lua
index 9b39b16b105c5baf7c082ef736ce8a02fc98a8ea..f7f632c230564697a68ac314621ed10aa33c737a 100644 (file)
@@ -13,7 +13,7 @@ local members;
 local groups_file;
 
 local jid, datamanager = require "util.jid", require "util.datamanager";
-local jid_bare, jid_prep = jid.bare, jid.prep;
+local jid_prep = jid.prep;
 
 local module_host = module:get_host();