Ignore:
Timestamp:
2014-02-28T23:14:11Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
35987a1
Parents:
6ae1056 (diff), cb90dc9 (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 bunch of patches from Trac, collected by dx.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber_util.c

    r6ae1056 r2e815e5  
    289289        struct jabber_buddy_ask_data *bla = data;
    290290       
    291         presence_send_request( bla->ic, bla->handle, "subscribed" );
     291        presence_send_request( bla->ic, bla->handle, "unsubscribed" );
    292292       
    293293        g_free( bla->handle );
Note: See TracChangeset for help on using the changeset viewer.