UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

14 lines (13 loc) 306 B
import { DefinitionOptions } from '../jxt'; declare module './' { interface IQPayload { softwareVersion?: SoftwareVersion; } } export interface SoftwareVersion { name?: string; version?: string; os?: string; } declare const Protocol: DefinitionOptions; export default Protocol;