Conversations/src/main/java/eu/siacs/conversations/services
Andreas Straub 12fc24dd42 Fix asynchronous axolotl message sending
XmppConnectionService.sendMessage() now dispatches messages to the
AxolotlService, where they only are prepared for sending and cached.
AxolotlService now triggers a XmppConnectionService.resendMessage(),
which then handles sending the cached message packet.

This transparently fixes, e.g., handling of messages sent while we are
offline.
2015-07-05 17:27:29 +02:00
..
AbstractConnectionManager.java Make conversations the root project 2014-10-22 15:47:11 -04:00
AvatarService.java loading avatars in seperate tasks 2015-02-15 18:48:05 +01:00
EventReceiver.java Make conversations the root project 2014-10-22 15:47:11 -04:00
MessageArchiveService.java fixed muc mam. added a few security checks 2015-05-20 03:48:14 +02:00
NotificationService.java added ShortcutBadger as a dependency to create unread counts on launcher icon 2015-05-20 12:47:04 +02:00
XmppConnectionService.java Fix asynchronous axolotl message sending 2015-07-05 17:27:29 +02:00