Go to file
Florian Schmaus da1987a98b SMACK-376 Allow supplying a custom SSLContext for encrypted connections.
The provided TrustManager / SSLContext implementation is very flexible,
but it does not allow to query the user about accepting possibly
invalid SSL certificates. By supplying a custom SSLContext with a
TrustManager implementing such a query mechanism it is possible to
implement this behaviour.

The patch adds ConnectionConfiguration.customSSLContext with appropriate
getter/setter methods and uses the custom context in XMPPConnection.

Signed-Off-By: Georg Lukas <georg@op-co.de>

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13520 b35dd754-fafc-0310-a699-88a17e54d16e
2013-02-26 08:44:17 +00:00
build Updated eclipse settings: if else, javadoc line length 2013-02-14 11:43:24 +00:00
documentation Merged the 3.2 Beta branch into trunk. 2011-03-14 01:53:42 +00:00
jingle/extension SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00
sample Fixed smack sample for updated API 2009-09-03 08:42:07 +00:00
source SMACK-376 Allow supplying a custom SSLContext for encrypted connections. 2013-02-26 08:44:17 +00:00
test Aligned integration test config file 'test-case.xml' settings to reflect the defaults in SmackTestCase. Renamed the file to test-case.example.xml and added remark about the usage of the file 2013-02-14 11:43:53 +00:00
test-unit/org/jivesoftware SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00
Makefile Makefile: added javadoc target 2013-02-14 00:00:02 +00:00