Fix logout from OCS
commitba898878febc4aa80976097a2478865c7d091776
authorJakub Adam <jakub.adam@ktknet.cz>
Tue, 13 Jul 2010 16:58:30 +0000 (13 18:58 +0200)
committerJakub Adam <jakub.adam@ktknet.cz>
Tue, 13 Jul 2010 16:58:30 +0000 (13 18:58 +0200)
tree325c83f165cd48f8519a1c8637fab2e25e096370
parenta1ccb74ff9807f04eb58c2b9847e3b1075928183
Fix logout from OCS

Unsubscribe and unregister messages were left in circ buffer and never sent, leaving the account online
on the server until its connection expired.

Now sipe is flushing the contents of circular buffer before it is freed.
src/api/sipe-backend.h
src/core/sip-transport.c
src/core/sip-transport.h
src/core/sipe-core.c
src/purple/purple-transport.c