org.jivesoftware.smack.bosh.EceStatusEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smack-ece Show documentation
Show all versions of smack-ece Show documentation
Library to connect to Cisco Enterprise Chat and Email (ECE) chat interface which is a modified version of XMPP over BOSH standard.
package org.jivesoftware.smack.bosh;
public enum EceStatusEvent {
CHAT_STARTED,
CHAT_CLOSED
}