UNPKG

@jsxc/jsxc

Version:

Real-time XMPP chat application with video calls, file transfer and encrypted communication

8 lines (7 loc) 138 B
export enum STATE { ACTIVE = 'active', COMPOSING = 'composing', PAUSED = 'paused', INACTIVE = 'inactive', GONE = 'gone', }