attachmentHistoryKey
attachmentHistoryKey: (topic: string, targetId: string, from: string) => string
collectionHistoryKey
collectionHistoryKey: (collectionId: string, id: string) => string
feedHistoryKey
feedHistoryKey: (topic: string, id: string) => string
feedSubscriptionKey
feedSubscriptionKey: (topic: string) => string
followerKey
followerKey: (feedPeerId: string, followerPeerId: string) => string
mucHistoryKey
mucHistoryKey: (room: string, id: string) => string
normalizeCollectionPost
normalizeCollectionPost: ( entry: Partial<XmppCollectionPost> & { body: string; collectionId: string; from: string; id: string; sourceTopic: string; topic: string; },) => XmppCollectionPost normalizeFeedPost
normalizeFeedPost: ( entry: Partial<XmppFeedPost> & { body: string; from: string; id: string; topic: string; },) => XmppFeedPost normalizeFeedSubscription
normalizeFollower
normalizeFollower: ( entry: Partial<XmppFeedFollower> & { feedPeerId: string; feedTopic: string; followerJid: string; followerPeerId: string; },) => XmppFeedFollower normalizeMucMessage
normalizeMucMessage: ( entry: Partial<XmppMucMessage> & { body: string; from: string; fromPeerId: string; id: string; room: string; },) => XmppMucMessage restoreCollectionSubscriptions
restoreCollectionSubscriptions: () => Promise<void>
restoreFeedSubscriptions
restoreFeedSubscriptions: () => Promise<void>
restoreFollowerSubscriptions
restoreFollowerSubscriptions: () => Promise<void>
State required when loading persisted XMPP data.