xmpp_p2p
Preparing search index...
core/xmpp-persistence
XmppPersistenceSaveContext
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
attachment
History
chat
History
collection
History
collections
feed
History
feed
Subscriptions
followers
muc
History
muc
Rooms
open
Pgp
State?
roster
storage
v
Card
Properties
attachment
History
attachmentHistory
:
Map
<
string
,
XmppAttachment
>
chat
History
chatHistory
:
Map
<
string
,
XmppMessage
>
collection
History
collectionHistory
:
Map
<
string
,
XmppCollectionPost
>
collections
collections
:
Map
<
string
,
XmppCollectionNode
>
feed
History
feedHistory
:
Map
<
string
,
XmppFeedPost
>
feed
Subscriptions
feedSubscriptions
:
Map
<
string
,
XmppFeedSubscriptionRecord
>
followers
followers
:
Map
<
string
,
XmppFeedFollower
>
muc
History
mucHistory
:
Map
<
string
,
XmppMucMessage
>
muc
Rooms
mucRooms
:
Map
<
string
,
XmppMucRoomSettings
>
Optional
open
Pgp
State
openPgpState
?:
XmppOpenPgpStateFile
roster
roster
:
Map
<
string
,
XmppRosterEntry
>
storage
storage
:
XmppStorage
v
Card
vCard
:
XmppVCardProfile
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachment
History
chat
History
collection
History
collections
feed
History
feed
Subscriptions
followers
muc
History
muc
Rooms
open
Pgp
State
roster
storage
v
Card
xmpp_p2p
Loading...
State required when saving persisted XMPP data.