Interface StreamHandler

    • Method Detail

      • handleElement

        boolean handleElement​(Object streamElement)
                       throws XmppException
        Handles an inbound stream element.
        Parameters:
        streamElement - The stream element.
        Returns:
        True, if the stream must be restarted.
        Throws:
        XmppException - If an exception occurred, usually during stream negotiation.