aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/utils/XmppSendUtil.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-23Packet sending helper moved to XmppSendUtil and methods in ↵steckbrief1-0/+8
XmppConnectionService marked as deprecated
2016-01-13Moved all avatar related work to AvatarServicesteckbrief1-0/+26
- fetchAvatar, fetchAvatarPep, fetchAvatarVcard, checkForAvatar moved from XmppConnectionService to AvatarService - Several unused imports removed - XmppSendUtil introduced to enable presencePacket and iqPacket sending without using XmppConnectionService since the account has everything needed - UiUpdateHelper introduced to enable UI updates without using XmppConnectionService directly