Interface XmppElementCallback

    • Method Detail

      • streamOpened

        void streamOpened​(String prefix,
                          Map<String,​String> attributes)
        Invoked if a new XMPP 'stream' open tag has been read.
        Parameters:
        prefix - the prefix of the 'stream' element.
        attributes - the attributes of the 'stream' element.
      • streamClosed

        void streamClosed()
        Invoked when a XMPP 'stream' close tag has been read.