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
/
xep0338.d.ts
13 lines
(12 loc)
•
312 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{
DefinitionOptions
}
from
'../jxt'
;
declare
module
'./xep0166'
{
interface
Jingle
{
groups
?:
JingleContentGroup
[]; } }
export
interface
JingleContentGroup
{
semantics
:
string
;
contents
:
string
[]; }
declare
const
Protocol
:
DefinitionOptions
[];
export
default
Protocol
;