HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Address Functions 119
SIP URL: Get and Set Functions
RvSipAddrUrlIsSecure()
RvSipAddrUrlIsSecure()
DESCRIPTION
Specifies whether or not the URL address scheme is secure. (The URL address
is secure with the “sips:” prefix and is not secure with the “sip:” prefix.)
SYNTAX
RvBool RvSipAddrUrlIsSecure(
IN RvSipAddressHandle hSipAddr);
PARAMETERS
hSipAddr
The handle to the URL address.
RETURN VALUES
Returns whether or not the URL is secure.