diff options
-rw-r--r-- | util/pubsub.lua | 1 |
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 }; |