Class XMPPConnectionRegistry

    • Method Detail

      • addConnectionCreationListener

        public static void addConnectionCreationListener​(ConnectionCreationListener connectionCreationListener)
        Adds a new listener that will be notified when new Connections are created. Note that newly created connections will not be actually connected to the server.
        Parameters:
        connectionCreationListener - a listener interested on new connections.
      • removeConnectionCreationListener

        public static void removeConnectionCreationListener​(ConnectionCreationListener connectionCreationListener)
        Removes a listener that was interested in connection creation events.
        Parameters:
        connectionCreationListener - a listener interested on new connections.