UNPKG

@vlad8096/stanza

Version:

Modern XMPP in the browser, with a JSON API

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