aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/calls.vala
Commit message (Collapse)AuthorAgeFilesLines
* Start conversation if closed when receiving an audio or video call (#1485)eerielili2023-10-081-5/+0
| | | | | | | | | * Start conversation if closed when receiving an audio or video call * Fix starting conversation on new calls, move setting conversation.last_active --------- Co-authored-by: fiaxh <git@lightrise.org>
* Fix compiler warningsfiaxh2022-12-301-1/+0
|
* Gtk4 bug fixes and improvementsMarvin W2022-07-271-1/+1
|
* Remove call notification if other device accepted/deniedfiaxh2022-02-121-11/+25
|
* Calls: Fix OMEMO in group callsMarvin W2022-02-121-6/+5
|
* Various call fixesfiaxh2022-02-121-22/+13
| | | | | | | | | - If peer invited us claiming audio-only and then wants to have a video content, do a content-modify and accept audio-only - Check contents for video (and modify) and whether call is truly accepted in PeerState.accept() directly - If a message contains both JMI and CIM, only use JMI - Fix outgoing CIM (disabled) - Use opacity instead of visiblity for file_menu, small fixes - Add back owner/admin/member queries when joining MUC (regression from 33104a7)
* Various call fixesfiaxh2022-02-101-13/+22
| | | | | | | - 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
* Call Invite Message: Send 'finished' messages, include reasonsfiaxh2022-02-081-13/+20
|
* Let call notification say if it's a group callfiaxh2022-02-081-4/+11
|
* Various call fixesfiaxh2022-02-071-29/+17
| | | | | | - Use groupchat message type for invites in MUCs - Use call id (from propose) instead of message id for Call Invite Messages - Fix call window controlls appearing when hovering controls
* Support direct jingle call invites with call invite messagesfiaxh2022-02-071-67/+141
|
* Add support for call invite messagesfiaxh2022-02-071-23/+52
| | | | As of https://github.com/xsf/xeps/pull/1155
* Various call UI/UX improvementsfiaxh2022-02-071-33/+12
|
* Small cleanupfiaxh2022-01-231-2/+2
|
* Add 'unknown' encryption state for establishing callsfiaxh2022-01-041-0/+3
| | | | Currently, they are Encryption.NONE and thus marked as unencrypted in encrypted conversations
* Merge branch groupcallsfiaxh2021-12-231-462/+219
|\
| * UI + libdino: Improve MUJI calls from MUCfiaxh2021-12-231-11/+13
| | | | | | | | | | | | - Move calls from ICE-thead onto main thread - Identify Call.ourpart as MUC nick if in MUC - Keep track of the initiator of a call
| * Add calls in private MUCs via a MUJI MUCfiaxh2021-12-181-16/+46
| |
| * Improve call details dialog + small multi-party call fixesfiaxh2021-11-151-5/+6
| |
| * Add multiparty call support to libdino and xmpp-valafiaxh2021-11-101-467/+191
| |
* | fix for "retracted" call from remote side. (#1160)wkg2021-12-121-2/+2
|/
* Fix misc compiler warningsfiaxh2021-10-121-4/+8
|
* Calls: Indicate whether OMEMO key is verifiedfiaxh2021-05-111-2/+2
|
* Use the same DTLS fingerprint in all contents. Display audio+video enc keys ↵fiaxh2021-05-011-6/+16
| | | | in UI if they differ.
* Adjust JMI vs direct calling orderfiaxh2021-04-291-10/+28
|
* Improve JMI handling (type=chat, filter message sender)fiaxh2021-04-291-1/+11
|
* Add support for OMEMO call encryptionfiaxh2021-04-291-11/+33
|
* Handle non-existant call supportfiaxh2021-04-291-4/+34
|
* Send JMI retractfiaxh2021-04-111-0/+6
|
* Improve encryption displaying in callsfiaxh2021-04-111-30/+19
|
* Accept additional jingle contents with senders=both (but modify to senders=peer)fiaxh2021-04-091-1/+12
|
* Display+store call encryption infofiaxh2021-04-091-3/+41
|
* Use outgoing JMI if contact has supporting devicefiaxh2021-04-011-31/+79
|
* Add initial support for DTLS-SRTPfiaxh2021-03-251-16/+6
|
* Add support for unencrypted RTP calls to libdinofiaxh2021-03-211-0/+514
Co-authored-by: Marvin W <git@larma.de>