UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

16 lines (15 loc) 339 B
import { DefinitionOptions } from '../jxt'; declare module './' { interface Message { headers?: StanzaHeader[]; } interface Presence { headers?: StanzaHeader[]; } } export interface StanzaHeader { name: string; value?: string; } declare const Protocol: DefinitionOptions[]; export default Protocol;