Changeset 2e815e5 for protocols/jabber/jabber_util.c
- Timestamp:
- 2014-02-28T23:14:11Z (11 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber_util.c
r6ae1056 r2e815e5 289 289 struct jabber_buddy_ask_data *bla = data; 290 290 291 presence_send_request( bla->ic, bla->handle, " subscribed" );291 presence_send_request( bla->ic, bla->handle, "unsubscribed" ); 292 292 293 293 g_free( bla->handle );
Note: See TracChangeset
for help on using the changeset viewer.