miniupnp/miniupnpc-libevent
Self-Hosting-Group 4fbe3ce431 miniupnpc: Fix UPnP UDA 1.1 content-type charset compliance
and user-agent also in asynchronous sample code. The commits a6aa371166 and b557fdf4db were incomplete.

Field value MUST be "text/xml; charset="utf-8"".
Field value MUST be "text/xml; charset="utf-8"" for description documents.
https://openconnectivity.org/upnp-specs/UPnP-arch-DeviceArchitecture-v1.1.pdf
2024-01-08 20:32:51 +01:00
..
2014-11-12 16:56:35 +01:00
2014-11-17 20:33:11 +01:00
2015-10-10 11:52:38 +02:00
2014-11-12 16:56:35 +01:00

miniupnpc-libevent :

UPnP IGD control point (ie client) using libevent

http://libevent.org
https://github.com/libevent/libevent

The UPnP Event code needs SUBSCRIBE / UNSUBSCRIBE / NOTIFY HTTP methods.
Implementation is added to libevent 2.2.x :
https://github.com/libevent/libevent/commit/8dcb94a4ca0999bdada6baa2a986f4c00a922060


TODO : improve error handling / reporting