UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

13 lines (12 loc) 261 B
import { DefinitionOptions } from '../jxt'; declare module './' { interface IQPayload { time?: EntityTime; } } export interface EntityTime { utc?: Date; tzo?: number; } declare const Protocol: DefinitionOptions; export default Protocol;