Module xmpp::store

source ·
Expand description

Persistent data storage

In this module, you will find the traits and implementations for long-term data storage for your XMPP client, server, or component. In particular, the following modules:

  • blob contains binary storage

Re-exports

Modules

  • Binary blob storage

Structs

  • Any error when loading/saving data with a data store.