Alternative to AndroidConnectionConfiguration

Hi,
I have noticed that you have removed AndroidConnectionConfiguration, what is the standard alternative now?

I usually use it in this way:

AndroidConnectionConfiguration config;
try {
config = new AndroidConnectionConfiguration(server, port);
… //configurations
xmpp = new XMPPConnection(config);
} catch (XMPPException e) {

}

Simply use ConnectionConfigration.