UNPKG

@vlad8096/stanza

Version:

Modern XMPP in the browser, with a JSON API

7 lines (6 loc) 178 B
import { DefinitionOptions } from '../jxt'; export interface CSI { type: 'active' | 'inactive'; } declare const Protocol: DefinitionOptions[]; export default Protocol;