Protected XMPPConnection() constructor?

Would it be useful to have a protected no-argument XMPPConnection constructor? It seems as though this would make testing quite a bit easier in many cases – for example, where I have high confidence in the Smack code but want to check my own processing logic in the absence of an XMPP server.