Greetings.
I'm trying to initialize and begin my connection, however before that I need to set some options within XMPPTCPConnectionConfiguration (securitymode, etc). I can't initialize it though because it gives me an error saying it has private access.
The regular ConnectionConfiguration is an abstract class so I can't instantiate that either..what to do?