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

896 HP C SIP Stack Message Layer Reference Guide
Message API Type Definitions
RvSipAuthAlgorithm
RvSipAuthAlgorithm
DESCRIPTION
The enumeration used to indicate for the authentication algorithm type.
SYNTAX
typedef enum{
RVSIP_AUTH_ALGORITHM_UNDEFINED = -1,
RVSIP_AUTH_ALGORITHM_MD5,
RVSIP_AUTH_ALGORITHM_OTHER,
}RvSipAuthAlgorithm;