Interface ConnectionCreationListener

    • Method Detail

      • connectionCreated

        void connectionCreated​(XMPPConnection connection)
        Notification that a new connection has been created. The new connection will not yet be connected to the server.
        Parameters:
        connection - the newly created connection.