aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser/PresenceParser.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactored omemo to take multiple recipientsDaniel Gultsch2016-02-291-2/+6
|
* turned muc errors into enum. added error codes for service shutdownDaniel Gultsch2016-02-221-9/+13
|
* never parse show in presences as offlineDaniel Gultsch2016-02-191-1/+1
|
* removed unecessary logging when muc tiles updateDaniel Gultsch2016-02-041-1/+0
|
* refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch2016-02-031-26/+7
|
* Merge branch 'disco-caps' of https://github.com/singpolyma/Conversations ↵Daniel Gultsch2016-02-021-3/+33
|\ | | | | | | into singpolyma-disco-caps
| * Do disco for caps hashes we have never seenStephen Paul Weber2016-01-241-2/+23
| | | | | | | | Then cache it
| * Fetch cached caps result on new presenceStephen Paul Weber2016-01-241-2/+10
| |
| * Use a Presence class for presence informationStephen Paul Weber2016-01-241-1/+2
| | | | | | | | Only has status for now, but doing it so I can add disco to it
* | refactored user handling in conferences. show try again button when ↵Daniel Gultsch2016-02-011-1/+8
|/ | | | conference has errors
* always show conversations with pending subscription requestsDaniel Gultsch2015-12-091-3/+5
|
* when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch2015-12-091-1/+4
|
* properly clear muc user avatar cachesDaniel Gultsch2015-12-041-2/+4
|
* use proposed nick as default nick in mucoptionsDaniel Gultsch2015-12-041-4/+0
|
* parse vcard avatars from muc presencesDaniel Gultsch2015-12-031-6/+111
|
* Show status message when contact requests presenceSam Whited2015-12-021-2/+14
| | | | Remove presence when conversation closed
* parse nick and avatar only from available presences to avoid potential error ↵Daniel Gultsch2015-05-271-47/+26
| | | | reflection
* r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch2015-05-051-0/+15
|
* look at 5 muc users instead of 4 for tile cache clearingiNPUTmice2015-02-221-2/+2
|
* clear muc tiles cache only when necessaryiNPUTmice2015-02-211-1/+7
|
* update last presence only for messagesDaniel Gultsch2015-01-031-3/+2
|
* get rid of special self presence object and incorporate that into rosteriNPUTmice2014-12-201-56/+44
|
* add an listener for the muc roster update.Michael2014-11-231-0/+2
| | | | | this is for the ConferenceDetailsActivity to show precence updates immediately.
* update action bar with conversations updates as welliNPUTmice2014-11-211-25/+10
|
* changed listener timing and cache clearing after muc presencesiNPUTmice2014-11-201-6/+9
|
* s/getResourcepart().isEmpty()/isBareJid()/Sam Whited2014-11-091-2/+2
|
* Rework `Account.getJid()' to return full JIDsSam Whited2014-11-091-1/+1
| | | | Remove `Account.getFullJid()'
* Don't crash on packets with no "from" specifiedSam Whited2014-11-091-1/+2
|
* Update more files to use JID objectsSam Whited2014-11-091-13/+14
|
* Make conversations the root projectSam Whited2014-10-221-0/+133