From 1a9034817d089fc3904612844fff2a5ed7272e09 Mon Sep 17 00:00:00 2001 From: "Ilya \"Stuur\" Fedorov" <51226895+IlyaStuurFedorov@users.noreply.github.com> Date: Tue, 30 Jul 2019 13:01:51 +0300 Subject: [PATCH] libjingle has been discontinued --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6dd3bb7..0f19271 100644 --- a/README.md +++ b/README.md @@ -632,7 +632,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [HTTP Parser](https://github.com/nodejs/http-parser) :zap: - A http request/response parser for C. [MIT] * [libcurl](http://curl.haxx.se/libcurl/) - Multiprotocol file transfer library. [MIT/X derivate license] * [libhttpserver](https://github.com/etr/libhttpserver) - C++ library for creating an embedded Rest HTTP server (and more). [LGPL2.1] -* [libjingle](https://code.google.com/p/libjingle/) - Google talk voice and P2P interoperability library. [BSD] * [Libmicrohttpd](http://www.gnu.org/software/libmicrohttpd/) - GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. [LGPL v2.1+] * [libpcap](https://github.com/the-tcpdump-group/libpcap) - A portable C/C++ library for network traffic capture. [BSD] [website](https://www.tcpdump.org/) * [libquic](https://github.com/devsisters/libquic) - A QUIC protocol library extracted from Chromium's QUIC Implementation. [BSD]