Class LocalServerSession

    • Field Detail

      • usingServerDialback

        protected boolean usingServerDialback
      • outboundAllowed

        protected boolean outboundAllowed
      • inboundAllowed

        protected boolean inboundAllowed
    • Constructor Detail

    • Method Detail

      • getAvailableStreamFeatures

        public String getAvailableStreamFeatures()
        Description copied from class: LocalSession
        Returns a text with the available stream features. Each subclass may return different values depending whether the session has been authenticated or not.
        Specified by:
        getAvailableStreamFeatures in class LocalSession
        Returns:
        a text with the available stream features or null to add nothing.
      • isUsingServerDialback

        public boolean isUsingServerDialback()
        Description copied from interface: ServerSession
        Returns true if this outgoing session was established using server dialback.
        Specified by:
        isUsingServerDialback in interface ServerSession
        Returns:
        true if this outgoing session was established using server dialback.