core: move IM related code out of sipe.c
commit0c8d1afce43bd2f03e21cb688a305c82b163a198
authorStefan Becker <stefan.becker@nokia.com>
Fri, 21 Jan 2011 20:09:04 +0000 (21 22:09 +0200)
committerStefan Becker <stefan.becker@nokia.com>
Fri, 21 Jan 2011 20:09:04 +0000 (21 22:09 +0200)
tree47aa5b15de458272a892f01705b1fd767a8e84a4
parent6e2c35a3b239aca360ca9570a441e920e0a2506a
core: move IM related code out of sipe.c

Code moved to new module sipe-im.c.
Moved user error functions to sipe-user.c.
Introduced new core API for backend to send IM message.
Moved purple specific code to purple-plugin.c.

That's another big chunk removed from sipe.c.
18 files changed:
.gitignore
po/POTFILES.in
src/api/core-depurple.h
src/api/sipe-core.h
src/core/Makefile.am
src/core/Makefile.mingw
src/core/sipe-chat.c
src/core/sipe-conf.c
src/core/sipe-ft.c
src/core/sipe-groupchat.c
src/core/sipe-im.c [new file with mode: 0644]
src/core/sipe-im.h [new file with mode: 0644]
src/core/sipe-incoming.c
src/core/sipe-user.c
src/core/sipe-user.h [new file with mode: 0644]
src/core/sipe.c
src/core/sipe.h
src/purple/purple-plugin.c