< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

RE: [reSIProcate] error in BasicCall


Thanks.  It should be changed to setDigestCredential - a member of UserProfile.  Note:  MasterProfile is a subclass of UserProfile.

 


From: julien thai [mailto:julienresiprocate@xxxxxxxxx]
Sent: Tuesday, April 19, 2005 7:20 AM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] error in BasicCall

 

Dear All,

In BasicCall example, line 443:


dumUac->getMasterProfile()->addDigestCredential( "foo.net", "derek@xxxxxxx", "pass6" );

 

I think it make a error, cos addDigestCredential is not a membre of MasterProfile.