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

Merge commit '804459c35a35d9baefb585be3864207b13f0018d'

This commit is contained in:
Holger Hans Peter Freyther 2014-06-20 15:15:07 +02:00
commit 89ea51e62e
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ Object subclass: SIPTransaction [
username: initial_dialog identity proxyUsername;
realm: (auth at: 'realm');
nonce: (auth at: 'nonce');
qop: (auth at: 'qop');
qop: (auth at: 'qop' ifAbsent: ['auth']);
cnonce: SIPURandom newClientNonce;
uri: initial_dialog destinationAddress;
yourself.