aboutsummaryrefslogtreecommitdiffstats
path: root/util/pubsub.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/pubsub.lua')
-rw-r--r--util/pubsub.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/pubsub.lua b/util/pubsub.lua
index 65f6eee7..97d636ce 100644
--- a/util/pubsub.lua
+++ b/util/pubsub.lua
@@ -8,6 +8,7 @@ local default_config = {
broadcaster = function () end;
itemcheck = function () return true; end;
get_affiliation = function () end;
+ normalize_jid = function (jid) return jid; end;
capabilities = {};
};
local default_config_mt = { __index = default_config };