realtimenetprots/sipfw/SIP/sipapi/api/siphttpdigestchallengeobserver.h
changeset 15 8248b03a2669
parent 0 307788aac0a8
equal deleted inserted replaced
0:307788aac0a8 15:8248b03a2669
    36 * provide HTTP Digest credentials upon received challenges
    36 * provide HTTP Digest credentials upon received challenges
    37 * from the SIP servers on the signaling path.
    37 * from the SIP servers on the signaling path.
    38 * The user should provide credentials or ignore the challenge
    38 * The user should provide credentials or ignore the challenge
    39 * using functions defined in TSIPHttpDigest class.
    39 * using functions defined in TSIPHttpDigest class.
    40 *
    40 *
       
    41 * MSIPHttpDigestChallengeObserver class is compliant with RFC 2543
       
    42 * where Proxy use to forward only one challenge when it receives 
       
    43 * multiple challenges on forking the request. Applications are 
       
    44 * encouraged to use MSIPHttpDigestChallengeObserver2 class which
       
    45 * provides interface to extract multiple challenges.
       
    46 * MSIPHttpDigestChallengeObserver2 class is compliant to RFC 3261
    41 *  @lib n/a
    47 *  @lib n/a
    42 */
    48 */
    43 class MSIPHttpDigestChallengeObserver
    49 class MSIPHttpDigestChallengeObserver
    44 	{
    50 	{
    45     public: // New functions
    51     public: // New functions