Interface XmppElementCallback

    • Method Detail

      • streamOpened

        void streamOpened​(java.lang.String prefix,
                          java.util.Map<java.lang.String,​java.lang.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.