Changeset 8b8def58 for protocols/jabber/jabber.c
- Timestamp:
- 2010-06-24T09:14:34Z (15 years ago)
- Branches:
- master
- Children:
- 41d415b
- Parents:
- 7cd2e8a (diff), 38ff846 (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
r7cd2e8a r8b8def58 81 81 s = set_add( &acc->set, "tls", "try", set_eval_tls, acc ); 82 82 s->flags |= ACC_SET_OFFLINE_ONLY; 83 84 s = set_add( &acc->set, "user_agent", "BitlBee", NULL, acc ); 83 85 84 86 s = set_add( &acc->set, "xmlconsole", "false", set_eval_bool, acc ); … … 486 488 { 487 489 /* Just any whitespace character is enough as a keepalive for XMPP sessions. */ 488 jabber_write( ic, "\n", 1 ); 490 if( !jabber_write( ic, "\n", 1 ) ) 491 return; 489 492 490 493 /* This runs the garbage collection every minute, which means every packet
Note: See TracChangeset
for help on using the changeset viewer.