- Timestamp:
- 2011-08-04T15:19:54Z (13 years ago)
- Branches:
- master
- Children:
- 7732193
- Parents:
- f988ad3
- Location:
- protocols/jabber
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
rf988ad3 r911d97a 319 319 imcb_error( ic, "OAuth failure" ); 320 320 imc_logout( ic, TRUE ); 321 return 0; 321 322 } 322 323 } -
protocols/jabber/sasl.c
rf988ad3 r911d97a 448 448 { 449 449 struct im_connection *ic = data; 450 imcb_remove_buddy( ic, "jabber_oauth", NULL ); 450 if( g_slist_find( jabber_connections, ic ) ) 451 imcb_remove_buddy( ic, "jabber_oauth", NULL ); 451 452 return FALSE; 452 453 }
Note: See TracChangeset
for help on using the changeset viewer.