HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
294 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipAuthorizationHeaderSetCNonce()
RvSipAuthorizationHeaderSetCNonce()
DESCRIPTION
Sets the cnonce string in the authorization object.
SYNTAX
RvStatus RvSipAuthorizationHeaderSetCNonce(
IN RvSipAuthorizationHeaderHandle hHeader,
IN RvChar* pCNonce);
PARAMETERS
hHeader
The handle to the Authorization header.
pCNonce
The CNonce string to be set in the Authorization header. If a NULL value is
supplied, the existing CNonce string in the header is removed.
RETURN VALUES
Returns RvStatus.