Re: [Sofia-sip-devel] Authentication

2009-03-03 Thread Pekka Pessi
2009/3/3 Stuart Whelan : >  I have a registrar that is embedded in my application, and I would > like to add authentication to it. > > Would anyone be willing to throw up a quick sample or example that > shows what steps to go through to validate a register request using > internally validation? >

[Sofia-sip-devel] Authentication

2009-03-02 Thread Stuart Whelan
I have a registrar that is embedded in my application, and I would like to add authentication to it. Would anyone be willing to throw up a quick sample or example that shows what steps to go through to validate a register request using internally validation? I basically want to verify the realm/

Re: [Sofia-sip-devel] Authentication-Info, Allow-Events, and Contact header parsing

2009-02-12 Thread Pekka Pessi
2009/2/3 Andrew Rechenberg Lists : > My Sofia-based application is talking to a Microsoft OCS 2007 server and > I believe, in true MS fashion, that certain headers are not quite in > adherence to the RFCs. Could it be that Sofia is not parsing those > headers as a result of them not being standard

Re: [Sofia-sip-devel] Authentication-Info, Allow-Events, and Contact header parsing

2009-02-04 Thread Andrew Rechenberg Lists
> > Good day, > > My Sofia-based application is talking to a Microsoft OCS 2007 server and > I believe, in true MS fashion, that certain headers are not quite in > adherence to the RFCs. Could it be that Sofia is not parsing those > headers as a result of them not being standard? > > Here is an

[Sofia-sip-devel] Authentication-Info, Allow-Events, and Contact header parsing

2009-02-03 Thread Andrew Rechenberg Lists
Good day, My Sofia-based application is talking to a Microsoft OCS 2007 server and I believe, in true MS fashion, that certain headers are not quite in adherence to the RFCs. Could it be that Sofia is not parsing those headers as a result of them not being standard? Here is an example of a 200 O

Re: [Sofia-sip-devel] Authentication state machinery

2007-03-19 Thread mikhail.zabaluev
Hi, >-Original Message- >From: ext Pekka Pessi [mailto:[EMAIL PROTECTED] >Sent: Monday, March 19, 2007 2:09 PM >To: Zabaluev Mikhail (Nokia-M/Helsinki) >Cc: [email protected] >Subject: Re: [Sofia-sip-devel] Authentication state machinery &

Re: [Sofia-sip-devel] Authentication state machinery

2007-03-19 Thread Pekka Pessi
2007/3/14, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > There is another discovery: a call does not get terminated cleanly if a > 401/407 response to INVITE is not handled with nua_authenticate(), e.g. due > to absence of credentials to submit. Instead, after the final ACK is sent as > per the call

Re: [Sofia-sip-devel] Authentication state machinery

2007-03-14 Thread mikhail.zabaluev
ation responses? BR, Mikhail >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] >Sent: Wednesday, March 14, 2007 2:28 PM >To: [email protected] >Subject: [Sofia-sip-devel] Authentication state machinery > >Hi, > >

[Sofia-sip-devel] Authentication state machinery

2007-03-14 Thread mikhail.zabaluev
Hi, I have an issue handling 401 or 407 authentication challenges for which I haven't found an answer in the documentation. It is allowed for the server to repeat the challenge if the preceding authentication fails; the client must not reattempt the authentication that has just been rejected. I