util/pubsub.lua
changeset 8939 7b75c7ec926e
parent 8819 0f9d5cfa84f9
child 8944 f0beba9c2822
--- a/util/pubsub.lua	Tue Jun 26 19:36:23 2018 +0200
+++ b/util/pubsub.lua	Tue Jun 26 19:49:29 2018 +0200
@@ -116,6 +116,7 @@
 	if not node_obj then
 		return false, "item-not-found";
 	end
+	jid = self.config.normal_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