Ignore:
Timestamp:
2010-06-24T09:14:34Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
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.
Message:

Merging a few revisions from mainline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    r7cd2e8a r8b8def58  
    8181        s = set_add( &acc->set, "tls", "try", set_eval_tls, acc );
    8282        s->flags |= ACC_SET_OFFLINE_ONLY;
     83       
     84        s = set_add( &acc->set, "user_agent", "BitlBee", NULL, acc );
    8385       
    8486        s = set_add( &acc->set, "xmlconsole", "false", set_eval_bool, acc );
     
    486488{
    487489        /* 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;
    489492       
    490493        /* This runs the garbage collection every minute, which means every packet
Note: See TracChangeset for help on using the changeset viewer.