Changeset 235b51a
- Timestamp:
- 2016-06-11T20:40:33Z (8 years ago)
- Branches:
- master
- Children:
- 135271c, 7949d5a
- Parents:
- e9a3e8c
- git-author:
- Marius Halden <marius.h@…> (11-06-16 20:40:33)
- git-committer:
- dx <dx@…> (11-06-16 20:40:33)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/sasl.c
re9a3e8c r235b51a 90 90 91 91 if (!want_oauth && !sup_plain && !sup_digest) { 92 if ( !sup_gtalk) {92 if (sup_gtalk) { 93 93 imcb_error(ic, "This server requires OAuth " 94 94 "(supported schemes:%s)", mechs->str);
Note: See TracChangeset
for help on using the changeset viewer.