1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Added Last Activity Support(JEP-012) to allow for retrieval of idle times.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2820 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro 2005-09-14 14:31:39 +00:00 committed by derek
parent d61e2e5c59
commit 44d3b0a08b
2 changed files with 162 additions and 0 deletions

View file

@ -128,4 +128,11 @@
<className>org.jivesoftware.smack.packet.Bind$Provider</className>
</iqProvider>
<!-- Last Activity -->
<iqProvider>
<elementName>query</elementName>
<namespace>jabber:iq:last</namespace>
<className>org.jivesoftware.smackx.packet.LastActivity$Provider</className>
</iqProvider>
</smackProviders>