diff -r 307788aac0a8 -r 8248b03a2669 realtimenetprots/sipfw/SIP/sipapi/api/siphttpdigestchallengeobserver.h --- a/realtimenetprots/sipfw/SIP/sipapi/api/siphttpdigestchallengeobserver.h Tue Feb 02 01:03:15 2010 +0200 +++ b/realtimenetprots/sipfw/SIP/sipapi/api/siphttpdigestchallengeobserver.h Fri Apr 16 15:18:54 2010 +0300 @@ -38,6 +38,12 @@ * The user should provide credentials or ignore the challenge * using functions defined in TSIPHttpDigest class. * +* MSIPHttpDigestChallengeObserver class is compliant with RFC 2543 +* where Proxy use to forward only one challenge when it receives +* multiple challenges on forking the request. Applications are +* encouraged to use MSIPHttpDigestChallengeObserver2 class which +* provides interface to extract multiple challenges. +* MSIPHttpDigestChallengeObserver2 class is compliant to RFC 3261 * @lib n/a */ class MSIPHttpDigestChallengeObserver