class MSIPHttpDigestChallengeObserver |
The user must implement this interface if it intends to provide HTTP Digest credentials upon received challenges from the SIP servers on the signaling path. 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 n/a
Public Member Functions | |
---|---|
void | ChallengeReceived(const TDesC8 &) |
void | ChallengeReceived | ( | const TDesC8 & | aRealm | ) | [pure virtual] |
SIP request resulted in 401/407 response that contains a challenge.
const TDesC8 & aRealm | a realm for which the challenge was received |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.