UNPKG

@fnlb-project/stanza

Version:

Modern XMPP in the browser, with a JSON API

13 lines (12 loc) 281 B
import { DefinitionOptions } from '../jxt'; export interface Hash { version?: '2' | '1'; algorithm?: string; value?: Buffer; } export interface HashUsed { version?: '2'; algorithm: string; } declare const Protocol: DefinitionOptions[]; export default Protocol;