Software /
code /
prosody
Comparison
plugins/mod_pep_plus.lua @ 8339:4fce6bc0719f
mod_pep_plus, mod_pubsub: Remove unused reference to pubsub.lib handlers [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 18 Oct 2017 09:24:35 +0200 |
parent | 8335:9db72349095f |
child | 8341:910d3c3f60a6 |
comparison
equal
deleted
inserted
replaced
8338:30d8157391e9 | 8339:4fce6bc0719f |
---|---|
11 local xmlns_pubsub = "http://jabber.org/protocol/pubsub"; | 11 local xmlns_pubsub = "http://jabber.org/protocol/pubsub"; |
12 local xmlns_pubsub_event = "http://jabber.org/protocol/pubsub#event"; | 12 local xmlns_pubsub_event = "http://jabber.org/protocol/pubsub#event"; |
13 local xmlns_pubsub_owner = "http://jabber.org/protocol/pubsub#owner"; | 13 local xmlns_pubsub_owner = "http://jabber.org/protocol/pubsub#owner"; |
14 | 14 |
15 local lib_pubsub = module:require "pubsub"; | 15 local lib_pubsub = module:require "pubsub"; |
16 local handlers = lib_pubsub.handlers; | |
17 | 16 |
18 local empty_set = set_new(); | 17 local empty_set = set_new(); |
19 | 18 |
20 local services = {}; | 19 local services = {}; |
21 local recipients = {}; | 20 local recipients = {}; |