UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

13 lines (12 loc) 251 B
import { DefinitionOptions } from '../jxt'; declare module './' { interface Presence { hats?: Hat[]; } } export interface Hat { id: string; name?: string; } declare const Protocol: DefinitionOptions[]; export default Protocol;