Start the Big Split...
commit13520da938628e250573dd9ace9cbb07c0b7094b
authorStefan Becker <stefan.becker@nokia.com>
Tue, 14 Jul 2009 15:27:33 +0000 (14 18:27 +0300)
committerStefan Becker <stefan.becker@nokia.com>
Tue, 14 Jul 2009 15:27:33 +0000 (14 18:27 +0300)
treea4edbc2b4c37dd9080c3479625d1949e45dc0e4c
parentd7a93c25a167739ece3cdf6aa3c1c32f51185871
Start the Big Split...

sipe.c has clearly become too big to be managable. Start to split off
functionality into self-contained modules with documented(!) interfaces.
Possible candidates: session, plugin, account, send, receive, presence, buddy,
...

Upgrade sipe-conf.c from hidden sipe.c #include to own module.

Preliminary memory leak review for sipe-conf.c.
src/Makefile.am
src/sipe-conf.c
src/sipe-conf.h
src/sipe-dialog.c [new file with mode: 0644]
src/sipe-dialog.h [new file with mode: 0644]
src/sipe-utils.c [new file with mode: 0644]
src/sipe-utils.h [new file with mode: 0644]
src/sipe.c
src/sipe.h
src/sipmsg.c
src/sipmsg.h