xmpp_p2p
Preparing search index...
core/xmpp-uploads
XmppUploadContext
Interface XmppUploadContext
Runtime dependencies for the upload manager.
interface
XmppUploadContext
{
jid
:
string
;
ready
:
Promise
<
void
>
;
storage
:
XmppStorage
;
uploadHost
:
string
;
uploadPort
:
number
;
emit
(
event
:
string
,
...
args
:
any
[]
)
:
boolean
;
getPubSubService
()
:
any
;
}
Index
Properties
jid
ready
storage
upload
Host
upload
Port
Methods
emit
get
Pub
Sub
Service
Properties
jid
jid
:
string
ready
ready
:
Promise
<
void
>
storage
storage
:
XmppStorage
upload
Host
uploadHost
:
string
upload
Port
uploadPort
:
number
Methods
emit
emit
(
event
:
string
,
...
args
:
any
[]
)
:
boolean
Parameters
event
:
string
...
args
:
any
[]
Returns
boolean
get
Pub
Sub
Service
getPubSubService
()
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
jid
ready
storage
upload
Host
upload
Port
Methods
emit
get
Pub
Sub
Service
xmpp_p2p
Loading...
Runtime dependencies for the upload manager.