aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/parser/PresenceParser.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* proper avatar cachingiNPUTmice2014-10-211-0/+2
* made grace period on a per account basisiNPUTmice2014-10-171-2/+1
* refactored grace periodiNPUTmice2014-10-071-0/+2
* new notification service. first draftDaniel Gultsch2014-09-281-2/+2
* fixed presence splittingiNPUTmice2014-09-201-2/+2
* setting to increase font size. fixed #420iNPUTmice2014-09-081-1/+2
* Merge pull request #397 from GZep/developmentDaniel Gultsch2014-09-041-2/+5
|\
| * Contact presenceName propertyGayaz Yusipov2014-08-311-1/+1
| * XEP-0172Gayaz Yusipov2014-08-301-2/+5
* | some code cleanupiNPUTmice2014-08-311-2/+2
|/
* only notify ui on significant muc changesiNPUTmice2014-08-131-1/+8
* handle bare jid presences. fixes for otriNPUTmice2014-08-111-26/+32
* simplified presence subscription in contact detailsiNPUTmice2014-07-201-4/+1
* ignore groupchats messages that are pending leaveiNPUTmice2014-07-201-4/+4
* notify ui on roster changesiNPUTmice2014-07-181-0/+1
* refactored ui listeners a little bitiNPUTmice2014-07-121-1/+1
* moved iq parser to seperate class as welliNPUTmice2014-07-121-8/+2
* moved most of the message/presence generation into seperate classesiNPUTmice2014-07-121-3/+6
* made message parser and presence parser implement interface On*PacketReceivediNPUTmice2014-07-121-5/+18
* fixed #255 and made some other improvements to the subscription mgmtiNPUTmice2014-07-111-2/+0
* fixed two rare npeiNPUTmice2014-06-251-1/+4
* fire onContactStatusChanged only on online/offline changes. not on status cha...iNPUTmice2014-06-121-2/+3
* send otr messages when contacts comes onlineiNPUTmice2014-06-121-2/+2
* put xep333 parsing into parser classDaniel Gultsch2014-06-061-1/+1
* refactored presence parsing into dedicated classDaniel Gultsch2014-06-061-0/+103