1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Add support for XEP-0380: Explicit Message Encryption

Fixes SMACK-746
This commit is contained in:
Florian Schmaus 2017-04-22 18:58:39 +02:00
parent 142297042c
commit ba2a287112
9 changed files with 350 additions and 0 deletions

View file

@ -277,4 +277,11 @@ g
<className>org.jivesoftware.smackx.httpfileupload.provider.FileTooLargeErrorProvider</className>
</extensionProvider>
<!-- XEP-0380: Explicit Message Encryption -->
<extensionProvider>
<elementName>encryption</elementName>
<namespace>urn:xmpp:eme:0</namespace>
<className>org.jivesoftware.smackx.eme.provider.ExplicitMessageEncryptionProvider</className>
</extensionProvider>
</smackProviders>