- Timestamp:
- 2015-04-05T22:47:15Z (10 years ago)
- Children:
- 1522faf
- Parents:
- 9dc67f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/sasl.c
r9dc67f4 r71f87ba 75 75 76 76 want_oauth = set_getbool(&ic->acc->set, "oauth"); 77 want_hipchat = (jd-> subproto == JSUB_HIPCHAT);77 want_hipchat = (jd->flags & JFLAG_HIPCHAT); 78 78 79 79 mechs = g_string_new(""); … … 421 421 jd->flags |= JFLAG_AUTHENTICATED | JFLAG_STREAM_RESTART; 422 422 423 if (jd-> subproto == JSUB_HIPCHAT) {423 if (jd->flags & JFLAG_HIPCHAT) { 424 424 return hipchat_handle_success(ic, node); 425 425 }
Note: See TracChangeset
for help on using the changeset viewer.