mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-23 06:42:05 +01: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:
parent
f462850768
commit
f77ad32537
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ public class XMPPConnection {
|
||||||
}
|
}
|
||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
}
|
}
|
||||||
|
// Initialize Smack with the parameterized configuration
|
||||||
|
SmackConfiguration.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static List connectionEstablishedListeners = new ArrayList();
|
private static List connectionEstablishedListeners = new ArrayList();
|
||||||
|
|
Loading…
Reference in a new issue