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:
parent
142297042c
commit
ba2a287112
9 changed files with 350 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue