util/pubsub.lua
changeset 8944 f0beba9c2822
parent 8939 7b75c7ec926e
child 8953 03ba5b4f131a
--- a/util/pubsub.lua	Tue Jun 26 20:28:53 2018 +0200
+++ b/util/pubsub.lua	Tue Jun 26 20:33:10 2018 +0200
@@ -116,7 +116,7 @@
 	if not node_obj then
 		return false, "item-not-found";
 	end
-	jid = self.config.normal_jid(jid);
+	jid = self.config.normalize_jid(jid);
 	node_obj.affiliations[jid] = affiliation;
 	local _, jid_sub = self:get_subscription(node, true, jid);
 	if not jid_sub and not self:may(node, jid, "be_unsubscribed") then