UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

13 lines (12 loc) 284 B
import { DefinitionOptions } from '../jxt'; declare module './' { interface Message { encryptionMethod?: EncryptionMethod; } } export interface EncryptionMethod { name?: string; id: string; } declare const Protocol: DefinitionOptions; export default Protocol;