1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-07-01 07:36:42 +02:00
Commit graph

7 commits

Author SHA1 Message Date
vanitasvitae a23eb6aeea
Add UnknownSecurityElement
Fix parsing of JingleSecurityElements
Switch to 12 byte IV for AES keys
2017-08-09 10:45:34 +02:00
vanitasvitae b0b46ad167
More progress on JET 2017-07-30 22:31:29 +02:00
vanitasvitae d61f9a511d
Rename package, make checkstyle smile 2017-07-13 21:45:04 +02:00
vanitasvitae 3c8542c85a
Add first JET classes 2017-07-13 21:36:37 +02:00
vanitasvitae 76e40e2682
Fix muc receiving
The method OmemoManager.getSender() was faulty and returned null for MUC
occupants, which lead to NPEs when receiving MUC messages with OMEMO.
2017-06-25 11:31:11 +02:00
Florian Schmaus 08e897113d Add CustomImportOrder checkstyle rule
And matching ImportOrder settings for Eclipse in
resources/eclipse/smack.importorder
2017-06-14 17:12:43 +02:00
vanitasvitae e86700b040 Add OMEMO support
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.
2017-06-02 13:40:10 +02:00