UNPKG

@vlad8096/stanza

Version:

Modern XMPP in the browser, with a JSON API

7 lines (6 loc) 177 B
import { DefinitionOptions } from '../jxt'; export interface ComponentHandshake { value: string; } declare const Protocol: DefinitionOptions; export default Protocol;