X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=plugins%2Fmod_lastactivity.lua;h=fabf07b478714df6c09a2132ec649ae2625611e3;hb=2b8be0d911b2c9e90b57bf61437d717a942e749f;hp=cb914fe3f66a04852fc5fa35c218ca5e3c946085;hpb=80223bc2f2bafd8db3dd9e966ad4df9dade7d6eb;p=prosody.git diff --git a/plugins/mod_lastactivity.lua b/plugins/mod_lastactivity.lua index cb914fe3..fabf07b4 100644 --- a/plugins/mod_lastactivity.lua +++ b/plugins/mod_lastactivity.lua @@ -1,7 +1,7 @@ -- Prosody IM --- Copyright (C) 2008-2009 Matthew Wild --- Copyright (C) 2008-2009 Waqas Hussain --- +-- Copyright (C) 2008-2010 Matthew Wild +-- Copyright (C) 2008-2010 Waqas Hussain +-- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- @@ -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;