bjtj / swift-upnp-tools

Swift UPnP Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing header fields in event messages

meisbedi opened this issue · comments

The event messages from the UPnPServer class are missing the required "NT" and "NTS" header fields.

The values need to be:
"NT" is required to be "upnp:event"
"NTS" is required to be "upnp:propchange"