Changeset 9ead105 for protocols/jabber/jabber.c
- Timestamp:
- 2014-10-17T22:37:41Z (10 years ago)
- Branches:
- master
- Children:
- fef97af
- Parents:
- 4f7255d (diff), 46511b3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
r4f7255d r9ead105 148 148 jd->fd = jd->r_inpa = jd->w_inpa = -1; 149 149 150 if( strstr( jd->server, ".live.com" ) ) 151 jd->oauth2_service = &oauth2_service_mslive; 152 else if( strstr( jd->server, ".facebook.com" ) ) 150 if( strstr( jd->server, ".facebook.com" ) ) 153 151 jd->oauth2_service = &oauth2_service_facebook; 154 152 else
Note: See TracChangeset
for help on using the changeset viewer.