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

Advanced Message Processing implementation (XEP-0079)

Fixes SMACK-544
This commit is contained in:
Vyacheslav Blinov 2014-03-07 17:46:46 +04:00 committed by Florian Schmaus
parent 06f88674ee
commit 61bf5cd4ce
10 changed files with 878 additions and 0 deletions

View file

@ -449,4 +449,11 @@
<className>org.jivesoftware.smackx.privacy.provider.PrivacyProvider</className>
</iqProvider>
<!-- XEP-0079 Advanced Message Processing -->
<extensionProvider>
<elementName>amp</elementName>
<namespace>http://jabber.org/protocol/amp</namespace>
<className>org.jivesoftware.smackx.amp.AMPExtensionProvider</className>
</extensionProvider>
</smackProviders>