summaryrefslogtreecommitdiff
path: root/src/rexmpp_jingle.c
AgeCommit message (Expand)Author
2023-12-27Fix builds without Jingle callsdefanor
2023-10-22Fix a couple of bugs, refactor a littledefanor
2023-09-29Add more checks, tests, and documentationdefanor
2023-09-28Support Nettle and OpenSSL for hashing, in addition to Libgcryptdefanor
2023-09-26Support OpenSSL for DTLS-SRTPdefanor
2023-09-24Move GnuTLS operations from Jingle module into TLS moduledefanor
2023-09-21Handle audio I/O, codecs, and RTP for Jingle callsdefanor
2023-09-08Support libexpat as an alternative XML parserdefanor
2023-06-14Use more pointers to other structures from struct rexmppdefanor
2023-06-09Avoid direct strdup of values returned by rexmpp_xml_find_attr_valdefanor
2023-05-23Replace libxml2's xmlNode with a custom XML structuredefanor
2023-05-02Use timespec and monotonic clock for timersdefanor
2021-10-13Implement Jingle RTP sessions with ICE-UDP and DTLS-SRTPdefanor
2021-10-02Use a custom base64 implementationdefanor
2021-10-02Use libgcrypt for hashing and randomdefanor
2021-10-01Use sha-256 and sha3-256 for file transfersdefanor
2021-10-01Add Jingle file transfer over IBBdefanor