X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=plugins%2Fmod_uptime.lua;h=cf6c6b64785480f6a5251ab7ecd69b53ccffb479;hb=cb99e283ecb185cc7cd28f21d8c89b519c8c89b1;hp=5ab97c581a992029124c665aba4e4555907fce46;hpb=e2721e322d4e6962763bb63a959076a0d5001a26;p=prosody.git diff --git a/plugins/mod_uptime.lua b/plugins/mod_uptime.lua index 5ab97c58..cf6c6b64 100644 --- a/plugins/mod_uptime.lua +++ b/plugins/mod_uptime.lua @@ -20,10 +20,3 @@ module:hook("iq/host/jabber:iq:last:query", function(event) return true; end end); - -module:hook("iq/bare/jabber:iq:last:query", function(event) - local origin, stanza = event.origin, event.stanza; - if stanza.attr.type == "get" then - -- TODO last activity - end -end);