UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

15 lines (14 loc) 338 B
import { DefinitionOptions } from '../jxt'; declare module './' { interface StreamFeatures { legacySession?: SessionFeature; } interface IQPayload { legacySession?: boolean; } } export interface SessionFeature { optional?: boolean; } declare const Protocol: DefinitionOptions; export default Protocol;