GNOME Bugzilla – Bug 740267
Port gupnp to new libsoup APIs
Last modified: 2015-01-04 12:02:09 UTC
Created attachment 290863 [details] [review] Patch to port GUPnPContext to current libsoup API GUPnPContext uses deprecated libsoup APIs. If it is used with libsoup 2.48 then there are compile-time and run-time warnings from libsoup.
Created attachment 290864 [details] [review] Port gupnp to plain SoupSession
Created attachment 292440 [details] [review] v2 of the patch to port gupnp to plain SoupSession This is a slightly modified version of the patch. As the idle timeout property on the plain SoupSession already defaults to 60 seconds, we do not need to explicitly specify it.
Will also fix bug 738365