Conversations/src/main/java/eu/siacs/conversations
Andreas Straub 0cf64857cf Only cache session if successfully established
When receiving a message, only remember the XmppAxolotlSession wrapper
if the prospective session was actually established. This prevents us
from erroneously adding empty sessions that are never established using
received PreKeyWhisperMessages, which would lead to errors if we try to
use them for sending.
2015-07-19 21:32:27 +02:00
..
crypto Only cache session if successfully established 2015-07-19 21:32:27 +02:00
entities Tag messages with originating session 2015-07-19 21:32:26 +02:00
generator Rework PEP content verification 2015-07-19 21:32:27 +02:00
http bugfix: accept status code 201 on http upload 2015-07-19 13:36:02 +02:00
parser Return empty set on invalid PEP devicelist 2015-07-19 21:32:27 +02:00
persistance Save IdentityKeys in database 2015-07-19 21:32:26 +02:00
services Fix asynchronous axolotl message sending 2015-07-19 21:32:27 +02:00
ui Reformat code to use tabs 2015-07-19 21:32:26 +02:00
utils made 'check image on http host' message more generic. fixed #1281 2015-07-16 13:25:52 +02:00
xml Added PEP and message protocol layers 2015-07-19 21:32:26 +02:00
xmpp Added PEP and message protocol layers 2015-07-19 21:32:26 +02:00
Config.java disable automatic aes encryption for the time being 2015-06-30 20:19:18 +02:00