UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

4 lines (3 loc) 216 B
import { DiscoInfo } from '../protocol'; export declare function generate(info: DiscoInfo, hashName: string): string | null; export declare function verify(info: DiscoInfo, hashName: string, check: string): boolean;