UNPKG

stanza-extend

Version:

Modern XMPP in the browser, with a JSON API

14 lines (13 loc) 302 B
import { DefinitionOptions } from '../jxt'; export interface JingleSctpMap { port: number; protocol: string; streams?: string; } declare module './xep0176' { interface JingleIce { sctp?: JingleSctpMap; } } declare const Protocol: DefinitionOptions; export default Protocol;