xmpp_p2p
    Preparing search index...

    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

    Properties

    reject: (error: Error) => void
    resolve: (element: Element) => void
    timer: Timeout