Changeset 9ead105 for protocols/jabber/io.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/io.c
r4f7255d r9ead105 506 506 allow_reconnect = FALSE; 507 507 } 508 else if( strcmp( err->code, "not-authorized" ) == 0 ) 509 { 510 imcb_error( ic, "Not authorized" ); 511 allow_reconnect = FALSE; 512 } 508 513 else 509 514 {
Note: See TracChangeset
for help on using the changeset viewer.