smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0

auth: qop is not included by sipgate as well..

This commit is contained in:
Holger Hans Peter Freyther 2014-06-20 15:11:39 +02:00
parent b0fae4c117
commit cc1d2d3e2f
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ Object subclass: SIPTransaction [
((auth at: 'algorithm' ifAbsent: ['MD5']) = 'MD5')
ifFalse: [^self wrongAuth: aResp dialog: aDialog].
((auth at: 'qop') = 'auth')
((auth at: 'qop' ifAbsent: ['auth']) = 'auth')
ifFalse: [^self wrongAuth: aResp dialog: aDialog].
proxy_authorization := SIPProxyAuthorization new