UNPKG

@vlad8096/stanza

Version:

Modern XMPP in the browser, with a JSON API

13 lines (12 loc) 273 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;