# HG changeset patch # User Kim Alvefur # Date 1530037990 -7200 # Node ID f0beba9c28220c7a5325212781836129c3219d93 # Parent 365b16109d95a5a071dacdc3562ce94b1d138163 util.pubsub: Fix typo diff -r 365b16109d95 -r f0beba9c2822 util/pubsub.lua --- 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