UNPKG
@vlad8096/stanza
Version:
latest (12.15.0)
12.15.0
Modern XMPP in the browser, with a JSON API
stanzajs.org
legastero/stanza
@vlad8096/stanza
/
protocol
/
xep0114.d.ts
7 lines
(6 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
DefinitionOptions
}
from
'../jxt'
;
export
interface
ComponentHandshake
{
value
:
string
; }
declare
const
Protocol
:
DefinitionOptions
;
export
default
Protocol
;