src/de/duenndns/ssl/package-info.java
author Da Risk <da_risk@beem-project.com>
Fri, 27 Jan 2012 00:05:55 +0100
changeset 964 89dbb4bee206
parent 897 84d62c76469e
permissions -rw-r--r--
Initialize the xmpp connection config in a background thread. On android > 3.x network operations on the main thread crash the application. This move the dns request made by the ConnectionConfiguration in another thread by lazily initializing the XMPPConnection
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
897
84d62c76469e Add MemorizingTrustManager library in source.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     1
/**
84d62c76469e Add MemorizingTrustManager library in source.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     2
 * This package contains the MemorizingTrustManager library made by Georg.
84d62c76469e Add MemorizingTrustManager library in source.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     3
 * It is a "plugin" for Android Java to allow asking the user about SSL certificates
84d62c76469e Add MemorizingTrustManager library in source.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     4
 * https://github.com/ge0rg/MemorizingTrustManager
84d62c76469e Add MemorizingTrustManager library in source.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     5
 */
84d62c76469e Add MemorizingTrustManager library in source.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     6
package de.duenndns.ssl;
84d62c76469e Add MemorizingTrustManager library in source.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     7