GNOME Bugzilla – Bug 706127
Add gupnp_service_proxy_*_raw_notify functions
Last modified: 2014-05-28 17:16:09 UTC
Again for a corner-use-case, might be helpful anyway.
Created attachment 251829 [details] [review] Add gupnp_service_proxy_*_raw_notify functions These functions allow access to the xmlDoc of the notification that was sent from the peer.
A bit of description of what these corner cases are, would be nice for the record.
Apparently it's necessary to use GUPnP as a base for implementing http://www.w3.org/TR/discovery-api/
Right, the Network Service Discovery API allows browsers to send UPnP events as DOM events whose data attribute contains the UPnP event raw data as a string.
Attachment 251829 [details] pushed as 5e7039a - Add gupnp_service_proxy_*_raw_notify functions