Revision 9705d4aa
| ChatSecure/Classes/Controllers/OTREncryptionManager.m | ||
|---|---|---|
| 114 | 114 |
} |
| 115 | 115 |
|
| 116 | 116 |
// Exit if OTRSessionSecurity is not set to use OTR |
| 117 |
if (buddy.preferredSecurity != OTRSessionSecurityOTR && |
|
| 118 |
buddy.preferredSecurity != OTRSessionSecurityBestAvailable) {
|
|
| 117 |
if (buddy.preferredSecurity != OTRSessionSecurityOTR) {
|
|
| 119 | 118 |
return; |
| 120 | 119 |
} |
| 121 | 120 |
|
Also available in: Unified diff