xmpp_p2p
Preparing search index...
core/xmpp-router
PendingIq
Interface PendingIq
Tracks an outstanding IQ request and its completion handlers.
interface
PendingIq
{
reject
:
(
error
:
Error
)
=>
void
;
resolve
:
(
element
:
Element
)
=>
void
;
timer
:
Timeout
;
}
Index
Properties
reject
resolve
timer
Properties
reject
reject
:
(
error
:
Error
)
=>
void
resolve
resolve
:
(
element
:
Element
)
=>
void
timer
timer
:
Timeout
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reject
resolve
timer
xmpp_p2p
Loading...
Tracks an outstanding IQ request and its completion handlers.