- Timestamp:
- 2014-10-11T02:20:53Z (10 years ago)
- Branches:
- master
- Children:
- 7b40f17
- Parents:
- c27a923
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/io.c
rc27a923 r0e35ff6 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.