core: move SIP transport auth type to public API
commit8ec1cfc5521373992d7214129866edb158ea6cf2
authorStefan Becker <chemobejk@gmail.com>
Sun, 2 Dec 2012 16:08:34 +0000 (2 18:08 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sun, 2 Dec 2012 16:08:34 +0000 (2 18:08 +0200)
treeaf52e8d6ff05148ca3b27e132fedf55d874a4cb7
parente5c2d333183c8734cb27acd21817a70f19469925
core: move SIP transport auth type to public API

This makes the earlier KRB5/TLS_DSK public flags obsolete. Instead of
checking the flags we can now simple look at the authentication type
stored in sipe_private.
src/api/sipe-core.h
src/core/http-conn.c
src/core/sip-sec-sspi.c
src/core/sip-sec.c
src/core/sip-sec.h
src/core/sip-transport.c
src/core/sipe-cal.c
src/core/sipe-core-private.h
src/miranda/miranda-plugin.c
src/purple/purple-plugin.c
src/telepathy/telepathy-connection.c