aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser/PresenceParser.java (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-12Imports organizedsteckbrief1-2/+0
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-5/+7
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-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-04properly clear muc user avatar cachesDaniel Gultsch1-2/+4
2015-12-04use proposed nick as default nick in mucoptionsDaniel Gultsch1-4/+0
2015-12-03parse vcard avatars from muc presencesDaniel Gultsch1-6/+111
2015-12-02Show status message when contact requests presenceSam Whited1-2/+14
2015-08-11Merge tag '1.5.2' into trz/rebasetrz/1.5.2.1lookshe1-33/+27
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-118/+0
2015-05-27parse nick and avatar only from available presences to avoid potential error ...Daniel Gultsch1-47/+26
2015-05-05r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch1-0/+15
2015-02-22look at 5 muc users instead of 4 for tile cache clearingiNPUTmice1-2/+2
2015-02-21clear muc tiles cache only when necessaryiNPUTmice1-1/+7
2015-01-03update last presence only for messagesDaniel Gultsch1-3/+2
2014-12-20get rid of special self presence object and incorporate that into rosteriNPUTmice1-56/+44
2014-11-23add an listener for the muc roster update.Michael1-0/+2
2014-11-21update action bar with conversations updates as welliNPUTmice1-25/+10
2014-11-20changed listener timing and cache clearing after muc presencesiNPUTmice1-6/+9
2014-11-09s/getResourcepart().isEmpty()/isBareJid()/Sam Whited1-2/+2
2014-11-09Rework `Account.getJid()' to return full JIDsSam Whited1-1/+1
2014-11-09Don't crash on packets with no "from" specifiedSam Whited1-1/+2
2014-11-09Update more files to use JID objectsSam Whited1-13/+14
2014-10-22Make conversations the root projectSam Whited1-0/+0