aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/generator/MessageGenerator.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add explicit encryption hints to outgoing messagesDaniel Gultsch2017-01-261-0/+7
|
* add password to direct muc inviteDaniel Gultsch2016-10-091-0/+4
|
* include pgp and omemo fallback message only when unencrypted is enabledDaniel Gultsch2016-07-141-2/+5
|
* actually do add fall back message for omemoDaniel Gultsch2016-06-121-1/+1
|
* avoid npe when sending omemo messages to groupDaniel Gultsch2016-05-291-1/+3
|
* sending warning to receiving client if that client doesn't support omemo.Daniel Gultsch2016-05-251-1/+13
| | | | fixes #1873
* basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2016-02-151-0/+3
|
* add obb url to unencrypted messagesDaniel Gultsch2016-01-031-0/+1
|
* removed xhtml body. fixes #1594Daniel Gultsch2016-01-011-12/+0
|
* add 'store' message hint to displayed chat markersDaniel Gultsch2015-12-171-0/+1
|
* renamed pretty-please-store message hint to storeDaniel Gultsch2015-12-101-1/+1
|
* combine multiple message receipts into single messageDaniel Gultsch2015-12-011-6/+8
|
* removed oob element from file messagesDaniel Gultsch2015-10-081-1/+0
|
* add xhtml image tag to unencrypted image urls. add oob tag to all files that ↵Daniel Gultsch2015-10-071-2/+18
| | | | are on remote hosts
* use same method to add message hints to otr message everywhere it is neededDaniel Gultsch2015-09-011-5/+9
|
* tag axolotl messages with pretty-please-storeDaniel Gultsch2015-09-011-0/+1
|
* Refactor axolotl message processing workflowAndreas Straub2015-07-311-1/+1
| | | | | | | | | | | | | | XmppAxolotlMessage is now entirely responsible for handling encryption and decryption of messages, only leveraging XmppAxolotlSession as a packing/unpacking primitive for payload keys. Removed pseudo-dead session generation code step from prepareMessage function, as sessions have been created by invoking the TrustKeysActivity for a while now. Added prepareKeyTransportMessage function, which creates a message with no payload. The key that is packed into the header keyElements can then be used for other purposes (e.g. encrypted file transfer).
* add no-store to chat statesDaniel Gultsch2015-07-221-0/+2
|
* use type=chat more often to go along with new, simple carbon and mam rulesDaniel Gultsch2015-07-221-6/+5
| | | | | * change chat states to type=chat and chat markers to type=chat * use same type as requesting stanza for delivery receipts (which should make them type=chat most of the time)
* made image file format configurable by Config.javaDaniel Gultsch2015-07-211-4/+0
|
* bugfix: also add no-permanent-storage to message hintsDaniel Gultsch2015-07-211-0/+1
|
* Refactor axolotl send processing/caching flowAndreas Straub2015-07-201-4/+1
|
* attempt to fix the delay problemDaniel Gultsch2015-07-201-27/+7
|
* Optimize importsAndreas Straub2015-07-201-4/+3
|
* Clean up loggingAndreas Straub2015-07-191-1/+1
| | | | | Add a fixed prefix to axolotl-related log messages, set log levels sensibly.
* Fetch bundles on-demand, encrypt in backgroundAndreas Straub2015-07-191-4/+6
| | | | | | | | | | | Bundles are now fetched on demand when a session needs to be established. This should lessen the chance of changes to the bundles occuring before they're used, as well as lessen the load of fetching bundles. Also, the message encryption is now done in a background thread, as this can be somewhat costly if many sessions are present. This is probably not going to be an issue in real use, but it's good practice anyway.
* Reformat code to use tabsAndreas Straub2015-07-191-11/+11
| | | | This really sucks to do it like this. Sorry. :(
* Added PEP and message protocol layersAndreas Straub2015-07-191-0/+21
| | | | Can now fetch/retrieve from PEP, as well as encode/decode messages
* made httpconnection (download) ready all kind of filesfeature/http_uploadDaniel Gultsch2015-06-301-2/+2
|
* initial http upload supportDaniel Gultsch2015-06-291-7/+15
| | | | be careful: little error handling and no encryption
* OTR: Fix onContactStatusChanged & dont archive OTRBrianBlade2015-04-211-0/+1
| | | | | | | | | - Fix session handling on contact status change: Do not reset potentially active sessions; check peer's OTR-resource on disconnect - use no-permanent-store hint instead of no-store to ensure finished messages are delivered to offline/disconnected clients - add no-permanent-store to ask compliant servers not to archive OTR messages
* Fix OTR-Error messagesBrianBlade2015-04-011-2/+2
| | | | | Send out OTR-Errors on unreadableMessageReceived() as well, not only on messageFromAnotherInstanceReceived
* respond to unreadable OTR messages with error message. fixed #1021iNPUTmice2015-03-211-0/+13
|
* # add delivery receipts for private muc msgsBrianBlade2015-03-181-0/+3
| | | | # enable update last-seen for muc-msgs
* added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-211-14/+6
|
* otr4j: update to 0.22Michael2015-01-201-1/+1
|
* Add support for XEP-0191 (Blocking command)Sam Whited2014-12-221-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #791 Squash of commits: 534f25d7dae3ce6852243e28fdd0a69ac01e9463 808fdf5147f27a912a60bee39aa4bf1ddd4f43b4 1eaf8a8330710ad35ba7c368e04f909af623ae4c 31585242c2359efdcd0eeddb9745077f54dbc9eb 2e69bd0bd0286ed1e98a42f4c3421ba4d8cf524b e904fb5015bf3a1904ab941a1957edf3b1e7abd2 eebbadf3b3816bbf8fcccb763e419fed252d266f 7c5b87724ce494e5a6e8026557ed50a8fd9f23e8 b0eaaf446937794fe19cbdb4f8309c3ff83d4e42 8c652f9e8bb3512958d9ad8c6f1326505f2d98c8 ad0ea1ad948ff6f8fde7b0b10f5163dc8852032f f5d49897e0dba691ef53a0eddb9ed34d129ad442 a08fa64c505bd895b7c626cfad182380373be20b de67079113e08394a276048c31f6b21baa300829 9069f342173ba30c2b20c67529c7ff497a6a257d 0169fa79d161ee898c4b6762e207087682a952d8 8585a5bd75a5d56927fed8317729bd15fffe4dcc 0053528a078369e0b65dcf71bda251072a1299c7 e901a9c3554bd7cca193e92919b463991eadfea7 c5c78257434813c69ab9b7558bcc8f7cbe858433 e905af348d46d77bc46b5f7211527684acc02fab 13a0f9a10c7892b0f90f5fabd2f2615701b0fd66 2cfba1e24b0139839e4453b92be7e20634d150cf 58e074fb5bb44b05a8104250fccd7c024c808c1a 0d6cf98fc8eab212d798ac79b336f9b70a14f06d e23620f56b85bcab9f3b5d9ce1c01524cd9674dc d72cd2fcc8d54176c3ff53411a69b9bb4642eff3 195143dff8836623a37094a6b8fa6aa01ef31580 5f5f3caf3a1e480a99d27ee5c34ba516419c52e4 1dee3d5861c9f9c710da4cbda3688d94c622ca93 23949b8aa32c78b27bab49bb3c4f3ff588925ce1 9bf97f8ae522796e0dacb7f6fe7a7f90f86a93a1
* brought ad hoc conferences back. fixed #688 fixed #367iNPUTmice2014-11-201-2/+2
|
* Rework `Account.getJid()' to return full JIDsSam Whited2014-11-091-6/+6
| | | | Remove `Account.getFullJid()'
* Update another chunk of stuff to use JID objectsSam Whited2014-11-091-2/+2
|
* Move a chunk of classes over to using JID objectsSam Whited2014-11-091-8/+9
|
* Make conversations the root projectSam Whited2014-10-221-0/+178