All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jivesoftware.openfire.session.ServerSession Maven / Gradle / Ivy

The newest version!
package org.jivesoftware.openfire.session;

public interface ServerSession extends Session {
    /**
     * Returns true if this outgoing session was established using server dialback.
     *
     * @return true if this outgoing session was established using server dialback.
     */
    boolean isUsingServerDialback();    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy