1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 20:04:51 +02:00

Initializes Smack when the class is loaded

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2185 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2003-12-19 18:19:29 +00:00 committed by gdombiak
parent f462850768
commit f77ad32537

View file

@ -100,6 +100,8 @@ public class XMPPConnection {
}
catch (Exception e) {
}
// Initialize Smack with the parameterized configuration
SmackConfiguration.init();
}
private static List connectionEstablishedListeners = new ArrayList();