aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0353_jingle_message_initiation.vala
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-1/+1
|
* Various call fixesfiaxh2022-02-101-0/+2
| | | | | | | - Don't create incoming CIM calls twice - Fix is_color check for video devices w/ multiple formats - Tolerate mismatching content creator on jingle responses - Change MUJI namespace to urn:xmpp:jingle:muji:0
* Improve call details dialog + small multi-party call fixesfiaxh2021-11-151-2/+2
|
* Improve JMI handling (type=chat, filter message sender)fiaxh2021-04-291-24/+11
|
* Add support for OMEMO call encryptionfiaxh2021-04-291-0/+2
|
* Send JMI retractfiaxh2021-04-111-0/+8
|
* Use outgoing JMI if contact has supporting devicefiaxh2021-04-011-2/+12
|
* Add initial Jingle Message Initiation (XEP-0353) supportfiaxh2021-03-211-0/+97
Co-authored-by: Marvin W <git@larma.de>