soap: factor out SOAP over SIP functions
commitfcef21883475a55209db7ddb3cb0f52cecf7d545
authorStefan Becker <chemobejk@gmail.com>
Sun, 27 Nov 2011 17:22:30 +0000 (27 19:22 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sun, 27 Nov 2011 19:29:33 +0000 (27 21:29 +0200)
tree615359969f9344ce1223ba73d415d3fa63bacc0a
parentca12d6cb92eac620801e6dcf74d57f36a4bb355a
soap: factor out SOAP over SIP functions

Moved code from sipe.c to new module sip-soap.c. Note that the naming
convention is the same as for sip-transport.c, because this is only for
SOAP message transferred via SIP SERVICE messages.

Refactored the functionality so that the common SOAP stuff is in
sip-soap.c and not in some preprocessor macro.
siplcs.vcproj
src/core/Makefile.am
src/core/Makefile.mingw
src/core/sip-soap.c [new file with mode: 0644]
src/core/sip-soap.h [new file with mode: 0644]
src/core/sipe-group.c
src/core/sipe.c
src/core/sipe.h