UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

13 lines (12 loc) 287 B
import { DefinitionOptions } from '../jxt'; import { DataForm } from './'; declare module './' { interface Message { captcha?: DataForm; } interface IQPayload { captcha?: DataForm; } } declare const Protocol: DefinitionOptions[]; export default Protocol;