From d260e7cb971bfeb031f40c3d61e4778dd326083d Mon Sep 17 00:00:00 2001 From: methodus Date: Mon, 29 Apr 2013 20:48:55 +0200 Subject: Added X_MS_MediaReceiverRegistrar service for device management --- httptnt/x_mrr_scpd.ecpp | 100 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 httptnt/x_mrr_scpd.ecpp (limited to 'httptnt') diff --git a/httptnt/x_mrr_scpd.ecpp b/httptnt/x_mrr_scpd.ecpp new file mode 100644 index 0000000..33168e2 --- /dev/null +++ b/httptnt/x_mrr_scpd.ecpp @@ -0,0 +1,100 @@ + +<# + +This is the Media Receiver Registrar Service Description File + +It contains the service description for the connection manager of the media server. + +#> +<{ reply.setContentType("text/xml"); }> + + + 1 + 0 + + + + IsAuthorized + + + DeviceID + in + A_ARG_TYPE_DeviceID + + + Result + out + A_ARG_TYPE_Result + + + +<# + + RegisterDevice + + + RegistrationReqMsg + in + A_ARG_TYPE_RegistrationReqMsg + + + RegistrationRespMsg + out + A_ARG_TYPE_RegistrationRespMsg + + + + + IsValidated + + + DeviceID + in + A_ARG_TYPE_DeviceID + + + Result + out + A_ARG_TYPE_Result + + + +#> + + + + A_ARG_TYPE_DeviceID + string + + + A_ARG_TYPE_Result + int + +<# + + A_ARG_TYPE_RegistrationReqMsg + bin.base64 + + + A_ARG_TYPE_RegistrationRespMsg + bin.base64 + + + ValidationSucceededUpdateID + ui4 + + + ValidationRevokedUpdateID + ui4 + +#> + + AuthorizationGrantedUpdateID + ui4 + + + AuthorizationDeniedUpdateID + ui4 + + + \ No newline at end of file -- cgit v1.2.3