mod_pep: Give the presence handler a higher than default priority

This commit is contained in:
Waqas Hussain 2009-06-07 18:06:01 +05:00
parent 1878c49948
commit 2ef63904d6

View file

@ -61,7 +61,7 @@ module:hook("presence/bare", function(data)
end
end
end
end);
end, 10);
module:add_iq_handler("c2s", "http://jabber.org/protocol/pubsub", function (session, stanza)
if stanza.attr.type == 'set' and (not stanza.attr.to or jid_bare(stanza.attr.from) == stanza.attr.to) then