UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

13 lines (12 loc) 269 B
import { DefinitionOptions } from '../jxt'; export interface XRD { subject?: string; links?: XRDLink[]; } export interface XRDLink { href?: string; rel?: string; type?: string; } declare const Protocol: DefinitionOptions[]; export default Protocol;