Conformance: We shouldn't give an event URL if there are no evented variables.
This commit is contained in:
parent
0700cf9774
commit
a9c299888d
@ -191,7 +191,7 @@ static const struct XMLElt rootDesc[] =
|
|||||||
{"/serviceType", "urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1"},
|
{"/serviceType", "urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1"},
|
||||||
{"/serviceId", "urn:microsoft.com:serviceId:X_MS_MediaReceiverRegistrar"},
|
{"/serviceId", "urn:microsoft.com:serviceId:X_MS_MediaReceiverRegistrar"},
|
||||||
{"/controlURL", X_MS_MEDIARECEIVERREGISTRAR_CONTROLURL},
|
{"/controlURL", X_MS_MEDIARECEIVERREGISTRAR_CONTROLURL},
|
||||||
{"/eventSubURL", X_MS_MEDIARECEIVERREGISTRAR_EVENTURL},
|
{"/eventSubURL", ""},
|
||||||
{"/SCPDURL", X_MS_MEDIARECEIVERREGISTRAR_PATH},
|
{"/SCPDURL", X_MS_MEDIARECEIVERREGISTRAR_PATH},
|
||||||
{0, 0}
|
{0, 0}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user