diff --git a/goupnp.go b/goupnp.go index 50855c5..a0d14a5 100644 --- a/goupnp.go +++ b/goupnp.go @@ -11,10 +11,11 @@ import ( // Non-exhaustive set of UPnP service types. const ( ServiceTypeLayer3Forwarding = "urn:schemas-upnp-org:service:Layer3Forwarding:1" - ServiceTypeWANCommonInterfaceConfig = "WANCommonInterfaceConfig:1" + ServiceTypeWANCommonInterfaceConfig = "urn:schemas-upnp-org:WANCommonInterfaceConfig:1" // WANPPPConnection is typically useful with regard to the external IP and // port forwarding. - ServiceTypeWANPPPConnection = "WANPPPConnection:1" + // http://upnp.org/specs/gw/UPnP-gw-WANPPPConnection-v1-Service.pdf + ServiceTypeWANPPPConnection = "urn:schemas-upnp-org:WANPPPConnection:1" ) // Non-exhaustive set of UPnP device types.