aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/parser/PresenceParser.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-04made avatar cache cleaning more efficent after name changesChristian Schneppe1-1/+3
2017-08-01fetch device ids for muc members w/o known devicesChristian Schneppe1-1/+6
2017-06-01do not parse delay tag for unavailable presences when it comes form own serverChristian Schneppe1-1/+1
2017-05-31parse all delayed tags. use min dateChristian Schneppe1-3/+5
2017-04-20made nimbuzz work around work with newly created conferences as wellChristian Schneppe1-1/+2
2017-04-16recognize muc self presence on nimbuzz.comChristian Schneppe1-4/+3
2017-04-13use async message loading only when called from UIChristian Schneppe1-1/+1
2017-03-23rework last activity logic to something that should work pretty well …Christian Schneppe1-4/+9
2017-03-09fixed multi-session-nick renaming behaviourChristian Schneppe1-12/+8
2016-11-19reformat codeChristian Schneppe1-227/+227
2016-11-15extract affiliations from unavailable presenceChristian Schneppe1-7/+9
2016-09-09download own vcard avatar if none is set. fixes #2008Daniel Gultsch1-5/+11
2016-08-27don't automatically download files and avatars when datasaver is onDaniel Gultsch1-2/+2
2016-07-29changed package id inside manifest and projectChristian Schneppe1-17/+17
2016-06-04opt-in to send last userinteraction in presenceDaniel Gultsch1-0/+15
2016-05-31optimize importsChristian Schneppe1-1/+0
2016-05-27don't push default muc conf twiceDaniel Gultsch1-1/+1
2016-05-26make newly created conferences private by defaultDaniel Gultsch1-0/+10
2016-05-17refactored muc item parsing to also parse muc status messagesDaniel Gultsch1-2/+0
2016-05-16change affiliation for in memory users that are currently not joined in a con...Daniel Gultsch1-1/+3
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch1-9/+2
2016-05-14revert changes to disable last-seen in UIChristian Schneppe1-0/+1
2016-05-13do not process self presenceDaniel Gultsch1-2/+2
2016-05-13do not show last-seen metric in UIDaniel Gultsch1-1/+0
2016-05-13do not process self presenceDaniel Gultsch1-2/+2
2016-05-10do not show last-seen metric in UIDaniel Gultsch1-1/+0
2016-04-28don't request disco from selfDaniel Gultsch1-1/+1
2016-04-22expert setting to manually change presenceDaniel Gultsch1-1/+2
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-2/+6
2016-02-22turned muc errors into enum. added error codes for service shutdownDaniel Gultsch1-9/+13
2016-02-19never parse show in presences as offlineDaniel Gultsch1-1/+1
2016-02-04removed unecessary logging when muc tiles updateDaniel Gultsch1-1/+0
2016-02-03refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch1-26/+7
2016-02-01refactored user handling in conferences. show try again button when conferenc...Daniel Gultsch1-1/+8
2016-01-24Do disco for caps hashes we have never seenStephen Paul Weber1-2/+23
2016-01-24Fetch cached caps result on new presenceStephen Paul Weber1-2/+10
2016-01-24Use a Presence class for presence informationStephen Paul Weber1-1/+2
2015-12-12always show conversations with pending subscription requestsDaniel Gultsch1-3/+5
2015-12-12when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch1-1/+4
2015-12-09always show conversations with pending subscription requestsDaniel Gultsch1-3/+5
2015-12-09when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch1-1/+4
2015-12-06properly clear muc user avatar cachesDaniel Gultsch1-2/+4
2015-12-04properly clear muc user avatar cachesDaniel Gultsch1-2/+4
2015-12-04use proposed nick as default nick in mucoptionsDaniel Gultsch1-4/+0
2015-12-04use proposed nick as default nick in mucoptionsDaniel Gultsch1-4/+0
2015-12-04parse vcard avatars from muc presencesDaniel Gultsch1-6/+111
2015-12-04Show status message when contact requests presenceSam Whited1-2/+14
2015-12-03parse vcard avatars from muc presencesDaniel Gultsch1-6/+111
2015-12-02Show status message when contact requests presenceSam Whited1-2/+14
2015-05-27parse nick and avatar only from available presences to avoid potential error ...Daniel Gultsch1-47/+26