mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-16 01:02:06 +01:00
vanitasvitae
e86700b040
This commit adds the modules smack-omemo and smack-omemo-signal. smack-omemo is licensed under the Apache license like the rest of the smack project. smack-omemo-signal on the other hand is licensed under the GPLv3. Due to the fact, that smack-omemo is not of much use without smack-omemo-signal, the OMEMO feature can currently only be used by GPLv3 compatible software. This may change in the future, when a more permissively licensed module becomes available. Fixes SMACK-743.
19 lines
820 B
XML
19 lines
820 B
XML
<?xml version="1.0"?>
|
|
<!-- Providers for OMEMO -->
|
|
<smackProviders>
|
|
<extensionProvider>
|
|
<elementName>encrypted</elementName>
|
|
<namespace>eu.siacs.conversations.axolotl</namespace>
|
|
<className>org.jivesoftware.smackx.omemo.provider.OmemoVAxolotlProvider</className>
|
|
</extensionProvider>
|
|
<extensionProvider>
|
|
<elementName>list</elementName>
|
|
<namespace>eu.siacs.conversations.axolotl</namespace>
|
|
<className>org.jivesoftware.smackx.omemo.provider.OmemoDeviceListVAxolotlProvider</className>
|
|
</extensionProvider>
|
|
<extensionProvider>
|
|
<elementName>bundle</elementName>
|
|
<namespace>eu.siacs.conversations.axolotl</namespace>
|
|
<className>org.jivesoftware.smackx.omemo.provider.OmemoBundleVAxolotlProvider</className>
|
|
</extensionProvider>
|
|
</smackProviders>
|