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
/
xep0085.d.ts
9 lines
(8 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ChatState
}
from
'../Constants'
;
declare
module
'./'
{
interface
Message
{
chatState
?:
ChatState
; } }
declare
const
_default
:
import
(
"../jxt"
).
DefinitionOptions
;
export
default
_default;