svc: add initial implementation
commit9d2c075a9f6dd7f6173af7651ff14f88f35b55ba
authorStefan Becker <chemobejk@gmail.com>
Thu, 3 Nov 2011 22:31:20 +0000 (4 00:31 +0200)
committerStefan Becker <chemobejk@gmail.com>
Thu, 3 Nov 2011 22:31:20 +0000 (4 00:31 +0200)
treefa36b5dfb786b9bd7ad99fbb45cf08ec0a6b61fc
parent6b3182b60d916cc81f62cd570631c9a299bf6653
svc: add initial implementation

sipe-svc.c will handle the general aspects when talking to Web Services.
As a first step it can now request the metadata for a Web Service.

This enables sipe-certificate.c to implement the first step of TLS-DSK
certificate handling: initiate communication to the Certificate
Provisioning URI.
po/POTFILES.in
siplcs.vcproj
src/core/Makefile.am
src/core/Makefile.mingw
src/core/sip-transport.c
src/core/sipe-certificate.c
src/core/sipe-certificate.h
src/core/sipe-core-private.h
src/core/sipe-core.c
src/core/sipe-svc.c [new file with mode: 0644]
src/core/sipe-svc.h [copied from src/core/sipe-certificate.h with 50% similarity]