Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made nimbuzz work around work with newly created conferences as well | Christian Schneppe | 2017-04-20 | 1 | -1/+2 |
| | |||||
* | recognize muc self presence on nimbuzz.com | Christian Schneppe | 2017-04-16 | 1 | -4/+3 |
| | | | | | | | Apparently nimbuzz.com doesn't include status code 110 in muc self presence It does however include the full real jid in the presence’s item. We can use that as a work around to detect a self presence. | ||||
* | use async message loading only when called from UI | Christian Schneppe | 2017-04-13 | 2 | -3/+3 |
| | |||||
* | treat URL as file if URL is in oob or contains key | Christian Schneppe | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | send urls pointing to pgp encrypted files directly in body+oob | Christian Schneppe | 2017-04-13 | 1 | -3/+11 |
| | |||||
* | parse message that only contain oob tag | Christian Schneppe | 2017-04-05 | 1 | -4/+7 |
| | |||||
* | Fixed deprecated call | Christian Schneppe | 2017-04-05 | 1 | -1/+6 |
| | |||||
* | fix bug while mam catchup implemented in ↵ | Christian Schneppe | 2017-03-24 | 1 | -1/+0 |
| | | | | 52a2efe0a87d6422060e78e0ca7df38c2affd2f2 | ||||
* | experimental: wait for SM catchup before triggering notifications | Christian Schneppe | 2017-03-23 | 1 | -2/+6 |
| | | | | | | | wait for a first SM ACK before calculating if we need to trigger any notifications might have to be changed to an XEP-0199 ping later on. for now sending <r/> after resume seems to work outfine | ||||
* | rework last activity logic to something that should work pretty well … | Christian Schneppe | 2017-03-23 | 1 | -4/+9 |
| | | | | …in Conversations only enviroments | ||||
* | send and parse Chat States to and from conferences | Christian Schneppe | 2017-03-11 | 1 | -10/+17 |
| | |||||
* | add origin-id to outgoing messages | Christian Schneppe | 2017-03-09 | 1 | -1/+7 |
| | |||||
* | fixed regression that caused stanza-ids not to be saved | Christian Schneppe | 2017-03-09 | 1 | -2/+2 |
| | |||||
* | closing the corresponding conversations after blocking a contact | Christian Schneppe | 2017-03-09 | 1 | -5/+5 |
| | |||||
* | extract stanza-id from muc reflections | Christian Schneppe | 2017-03-09 | 1 | -16/+18 |
| | |||||
* | deduplicate every message with a stanza-id from the server | Christian Schneppe | 2017-03-09 | 1 | -3/+3 |
| | |||||
* | fixed multi-session-nick renaming behaviour | Christian Schneppe | 2017-03-09 | 1 | -12/+8 |
| | |||||
* | rename the Xmlns class to Namespace | Christian Schneppe | 2017-03-04 | 2 | -14/+14 |
| | |||||
* | Fix a typo in legacy | Christian Schneppe | 2017-02-22 | 1 | -5/+5 |
| | |||||
* | only extract stanza-id from live messages when disco feature is set | Christian Schneppe | 2017-02-22 | 1 | -2/+2 |
| | |||||
* | fixed behaviour in message parser when doing mam catchup | Christian Schneppe | 2017-02-22 | 1 | -2/+2 |
| | |||||
* | bump mam namespace | Christian Schneppe | 2017-02-22 | 1 | -4/+5 |
| | |||||
* | rethink mam catchup strategies | Christian Schneppe | 2017-02-22 | 1 | -2/+5 |
| | |||||
* | respond to xep-0184 requests in muc pms | Christian Schneppe | 2017-02-15 | 1 | -2/+2 |
| | |||||
* | configurable local message retention period. | Christian Schneppe | 2017-01-29 | 1 | -3/+7 |
| | |||||
* | fixed typo | Christian Schneppe | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | cleaning up crypto targets when conference member is getting removed | Christian Schneppe | 2017-01-25 | 1 | -0/+9 |
| | |||||
* | fixed some issues around ibb | Christian Schneppe | 2017-01-25 | 1 | -1/+2 |
| | |||||
* | automatically bookmark private, non-anonymous mucs where inviter is trusted | Christian Schneppe | 2017-01-09 | 1 | -9/+14 |
| | |||||
* | use original message to parse pep | Christian Schneppe | 2016-12-25 | 1 | -3/+3 |
| | |||||
* | don't correct a message if that would create a duplicate | Christian Schneppe | 2016-12-18 | 1 | -1/+2 |
| | |||||
* | mark conversations as read after receiving blocklist push for that conversation | Christian Schneppe | 2016-11-29 | 1 | -0/+9 |
| | |||||
* | reformat code | Christian Schneppe | 2016-11-19 | 4 | -1227/+1227 |
| | |||||
* | extract affiliations from unavailable presence | Christian Schneppe | 2016-11-15 | 3 | -14/+21 |
| | |||||
* | extracting stanza-id where by=account | Christian Schneppe | 2016-11-07 | 1 | -2/+14 |
| | |||||
* | add error message to failed messages. accessible via context menu | Christian Schneppe | 2016-10-26 | 2 | -10/+20 |
| | |||||
* | fetch new conference configuration on every conf update | Christian Schneppe | 2016-10-08 | 1 | -19/+18 |
| | |||||
* | respond to chat marker request only when mutual presence subscription exists | Christian Schneppe | 2016-10-08 | 1 | -1/+1 |
| | |||||
* | be more careful parsing integers in omemo | Christian Schneppe | 2016-10-08 | 1 | -2/+6 |
| | |||||
* | parse smacks delay from messages | Christian Schneppe | 2016-10-08 | 1 | -1/+1 |
| | |||||
* | download own vcard avatar if none is set. fixes #2008 | Daniel Gultsch | 2016-09-09 | 1 | -5/+11 |
| | |||||
* | don't automatically download files and avatars when datasaver is on | Daniel Gultsch | 2016-08-27 | 2 | -3/+3 |
| | |||||
* | handle invalid prekey ids in bundle | Daniel Gultsch | 2016-08-11 | 1 | -3/+5 |
| | |||||
* | show identity type for device selection | Daniel Gultsch | 2016-07-29 | 1 | -1/+1 |
| | |||||
* | changed package id inside manifest and project | Christian Schneppe | 2016-07-29 | 4 | -0/+1431 |