After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 706127 - Add gupnp_service_proxy_*_raw_notify functions
Add gupnp_service_proxy_*_raw_notify functions
Status: RESOLVED FIXED
Product: GUPnP
Classification: Other
Component: gupnp
unspecified
Other All
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-16 12:27 UTC by Jens Georg
Modified: 2014-05-28 17:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add gupnp_service_proxy_*_raw_notify functions (6.22 KB, patch)
2013-08-16 12:27 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2013-08-16 12:27:20 UTC
Again for a corner-use-case, might be helpful anyway.
Comment 1 Jens Georg 2013-08-16 12:27:22 UTC
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.
Comment 2 Zeeshan Ali 2013-08-16 13:01:40 UTC
A bit of description of what these corner cases are, would be nice for the record.
Comment 3 Jens Georg 2013-08-16 13:16:20 UTC
Apparently it's necessary to use GUPnP as a base for implementing http://www.w3.org/TR/discovery-api/
Comment 4 Youenn Fablet 2014-02-14 16:55:46 UTC
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.
Comment 5 Jens Georg 2014-05-28 17:16:04 UTC
Attachment 251829 [details] pushed as 5e7039a - Add gupnp_service_proxy_*_raw_notify functions