core cleanup: move incoming message handling out of sipe.c
commit1f8c7c980365a09f274f776e3533c49656ae2c55
authorStefan Becker <stefan.becker@nokia.com>
Mon, 31 May 2010 21:20:53 +0000 (1 00:20 +0300)
committerStefan Becker <stefan.becker@nokia.com>
Mon, 31 May 2010 21:20:53 +0000 (1 00:20 +0300)
tree82c571dfd31d4b229093b22b3f7698421c040b74
parentc96f260a3cea815298d38a63df8c3660cc552112
core cleanup: move incoming message handling out of sipe.c

Several new core and backend API functions were needed to get the code purple
free.

process_incoming_notify() and friends will go to own module.
17 files changed:
po/POTFILES.in
src/api/core-depurple.h
src/api/sipe-backend.h
src/api/sipe-core.h
src/core/Makefile.am
src/core/Makefile.mingw
src/core/sip-transport.c
src/core/sipe-incoming.c [new file with mode: 0644]
src/core/sipe-incoming.h [new file with mode: 0644]
src/core/sipe-user.c [new file with mode: 0644]
src/core/sipe.c
src/core/sipe.h
src/purple/Makefile.am
src/purple/purple-chat.c
src/purple/purple-im.c [new file with mode: 0644]
src/purple/purple-plugin.c
src/purple/purple-user.c [new file with mode: 0644]