HP-UX C SIP Stack Message Layer Reference Guide (January 2008)

252 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipAuthenticationInfoHeaderSetQopOption()
RvSipAuthenticationInfoHeaderSetQopOption()
DESCRIPTION
Sets the Qop string in the Authentication-Info header.
SYNTAX
RvStatus RvSipAuthenticationInfoHeaderSetQopOption(
IN RvSipAuthenticationInfoHeaderHandle hHeader,
IN RvSipAuthQopOption eQop,
IN RvChar* strQop);
PARAMETERS
hHeader
The handle to the Authentication-Info header.
eQop
The Qop option enumeration value to be set in the object.
strQop
You can use this parameter only if the eQop parameter is set to
RVSIP_AUTH_QOP_OTHER. In this case you can supply the Qop option as a
string.
RETURN VALUES
Returns RvStatus.