aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0166_jingle
Commit message (Collapse)AuthorAgeFilesLines
* Add multiparty call support to libdino and xmpp-valafiaxh2021-11-103-6/+16
|
* Fix compiler warnings ('Type `uint8[]' can not be used for a GLib.Object ↵fiaxh2021-10-121-4/+11
| | | | property')
* Improve logging on jingle file transfer failurefiaxh2021-08-191-0/+1
|
* Send 'initiator' in jingle node, send 'creator' in content nodefiaxh2021-06-012-53/+38
|
* Improve call wording, cleanupfiaxh2021-05-012-3/+13
|
* Add support for OMEMO call encryptionfiaxh2021-04-294-10/+9
|
* Fix warningsfiaxh2021-04-111-6/+0
|
* Fix dtls pull_timeout_function, fix cyclic referencesfiaxh2021-04-092-3/+2
|
* Display+store call encryption infofiaxh2021-04-091-0/+9
|
* Use outgoing JMI if contact has supporting devicefiaxh2021-04-011-2/+2
|
* Add initial support for DTLS-SRTPfiaxh2021-03-252-17/+22
|
* Improve & refactor Jingle base implementationfiaxh2021-03-2112-0/+1420
Co-authored-by: Marvin W <git@larma.de>