mod_lastactivity: Gave a positive priority to the presence event hook.
authorWaqas Hussain <waqas20@gmail.com>
Wed, 21 Oct 2009 06:29:43 +0000 (11:29 +0500)
committerWaqas Hussain <waqas20@gmail.com>
Wed, 21 Oct 2009 06:29:43 +0000 (11:29 +0500)
plugins/mod_lastactivity.lua

index cb914fe3f66a04852fc5fa35c218ca5e3c946085..a0da98299720831df90bb98f79c0ecabac4fc4c1 100644 (file)
@@ -23,7 +23,7 @@ module:hook("pre-presence/bare", function(event)
                s = s and #s.tags == 0 and s[1] or "";
                map[event.origin.username] = {s = s, t = t};
        end
-end);
+end, 10);
 
 module:hook("iq/bare/jabber:iq:last:query", function(event)
        local origin, stanza = event.origin, event.stanza;