core cleanup: move subscription handling out of sipe.c
commitaf63314a6f7f030eef59796c9452750d36870a88
authorStefan Becker <stefan.becker@nokia.com>
Sun, 30 May 2010 12:32:48 +0000 (30 15:32 +0300)
committerStefan Becker <stefan.becker@nokia.com>
Sun, 30 May 2010 12:32:48 +0000 (30 15:32 +0300)
treedbf23295cee1c8076f0dd9da55037f68f36b65fb
parent6397aaff0e080bd3925cc5ad74ce9f94ead29b61
core cleanup: move subscription handling out of sipe.c

Introduced new module sipe-subscriptions.c.
Refactored subscription functions to use a common function.

Probably more code should be moved to this module in the future...
src/core/Makefile.am
src/core/Makefile.mingw
src/core/sip-transport.c
src/core/sipe-conf.c
src/core/sipe-subscriptions.c [new file with mode: 0644]
src/core/sipe-subscriptions.h [new file with mode: 0644]
src/core/sipe.c
src/core/sipe.h