aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/parser/PresenceParser.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-23do not parse invites from type=groupchatChristian Schneppe1-2/+2
2019-02-07show different room settings for channels and groupsChristian Schneppe1-1/+1
2019-02-07provide the same fab submenu for both tabs. rename tab to bookmarkChristian Schneppe1-1/+1
2018-11-30transmit display name (nick) in subscription requestsChristian Schneppe1-3/+3
2018-10-20show snackbar for remote server timeout in mucsChristian Schneppe1-0/+2
2018-09-27store avatars received over muc presence in contactChristian Schneppe1-0/+8
2018-09-13sync roster after setting pgp idChristian Schneppe1-1/+3
2018-09-13do not parse caps and pgp keys from muc presencesChristian Schneppe1-1/+5
2018-08-30special treatment for presence errors known to be mucsChristian Schneppe1-0/+2
2018-07-15display propper toast after room has been destroyedChristian Schneppe1-1/+27
2018-07-09store own affiliation and role to diskChristian Schneppe1-1/+4
2018-07-09show snackbar for resource constraint in mucsChristian Schneppe1-0/+2
2018-07-09persist muc avatar and show in bookmarksChristian Schneppe1-0/+1
2018-05-26improve active_since implementation (XEP-0319: Last User Interaction in Prese...Christian Schneppe1-0/+3
2018-05-02return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe1-1/+2
2018-04-02migrate to xmpp-addrChristian Schneppe1-9/+9
2018-02-24only explicitly request device list for users not in rosterChristian Schneppe1-1/+6
2018-02-10do not cross reference bookmarks and conversationsChristian Schneppe1-2/+1
2018-02-10always persist current nick (in bookmark and database)Christian Schneppe1-0/+1
2018-01-27make chat markers opportunistic in private mucsChristian Schneppe1-1/+1
2017-12-27clear muc avatar after going onlineChristian Schneppe1-1/+3
2017-12-16try to detect invalid nick (w/ emoji) in MUCsChristian Schneppe1-12/+33
2017-12-01PresenceParser: work around for ejabberd not including status code 110 in shu...Christian Schneppe1-1/+3
2017-11-21catch all sorts of date parsing errorsChristian Schneppe1-2/+1
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