packageorg.jivesoftware.openfire.session;publicinterfaceServerSessionextendsSession{/** * Returns true if this outgoing session was established using server dialback. * * @return true if this outgoing session was established using server dialback. */booleanisUsingServerDialback();}