Changeset 24143 for trunk/Utilities/dep-build-scripts/patches/libpurple_jabber_use_builtin_digestmd5.diff
- Timestamp:
- 07/01/2008 12:25:03 PM (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Utilities/dep-build-scripts/patches/libpurple_jabber_use_builtin_digestmd5.diff
r21976 r24143 14 14 } 15 15 + 16 + if ( mech && (strcmp(mech, "DIGEST-MD5") == 0)) {16 + if (js->current_mech && (strcmp(js->current_mech, "DIGEST-MD5") == 0)) { 17 17 + /* CYRUS-SASL's DIGEST-MD5 and Java's DIGEST-MD5 are mutually incompatible because of different interpretations of RFC2831. 18 18 + * This means that if we are using SASL and connecting to a Java-based server such as OpenFire, we will receive an authentication