xmpp_p2p
    Preparing search index...

    Interface StreamSession

    Stream Management bookkeeping for a single remote peer.

    interface StreamSession {
        inboundStanzaCount: number;
        outboundStanzaCount: number;
        sessionId: string;
        unackedQueue: Element[];
    }
    Index

    Properties

    inboundStanzaCount: number
    outboundStanzaCount: number
    sessionId: string
    unackedQueue: Element[]