mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Add support for XEP-0319: Last User Interaction (SMACK-636)
This commit is contained in:
parent
5b9254aff5
commit
2614c0d5c1
8 changed files with 270 additions and 1 deletions
|
@ -514,7 +514,14 @@
|
|||
<namespace>urn:xmpp:message-correct:0</namespace>
|
||||
<className>org.jivesoftware.smackx.message_correct.provider.MessageCorrectProvider</className>
|
||||
</extensionProvider>
|
||||
|
||||
|
||||
<!-- XEP-0319: Last User Interaction in Presence -->
|
||||
<extensionProvider>
|
||||
<elementName>idle</elementName>
|
||||
<namespace>urn:xmpp:idle:1</namespace>
|
||||
<className>org.jivesoftware.smackx.last_interaction.provider.IdleProvider</className>
|
||||
</extensionProvider>
|
||||
|
||||
<!-- XEP-0191 Blocking Command -->
|
||||
<iqProvider>
|
||||
<elementName>blocklist</elementName>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue