xmpp_p2p
    Preparing search index...

    Interface XmppPersistenceSaveContext

    State required when saving persisted XMPP data.

    interface XmppPersistenceSaveContext {
        attachmentHistory: Map<string, XmppAttachment>;
        chatHistory: Map<string, XmppMessage>;
        collectionHistory: Map<string, XmppCollectionPost>;
        collections: Map<string, XmppCollectionNode>;
        feedHistory: Map<string, XmppFeedPost>;
        feedSubscriptions: Map<string, XmppFeedSubscriptionRecord>;
        followers: Map<string, XmppFeedFollower>;
        mucHistory: Map<string, XmppMucMessage>;
        mucRooms: Map<string, XmppMucRoomSettings>;
        openPgpState?: XmppOpenPgpStateFile;
        roster: Map<string, XmppRosterEntry>;
        storage: XmppStorage;
        vCard: XmppVCardProfile;
    }
    Index

    Properties

    attachmentHistory: Map<string, XmppAttachment>
    chatHistory: Map<string, XmppMessage>
    collectionHistory: Map<string, XmppCollectionPost>
    collections: Map<string, XmppCollectionNode>
    feedHistory: Map<string, XmppFeedPost>
    feedSubscriptions: Map<string, XmppFeedSubscriptionRecord>
    followers: Map<string, XmppFeedFollower>
    mucHistory: Map<string, XmppMucMessage>
    mucRooms: Map<string, XmppMucRoomSettings>
    openPgpState?: XmppOpenPgpStateFile
    roster: Map<string, XmppRosterEntry>
    storage: XmppStorage