Improve documentation

This commit is contained in:
xmppftw xmppftw 2023-12-16 15:23:20 +01:00 committed by Emmanuel Gil Peyrot
commit f9b71c8da0
3 changed files with 9 additions and 4 deletions

View file

@ -15,6 +15,9 @@
//!
//! See [ModernXMPP docs](https://docs.modernxmpp.org/client/groupchat/#bookmarks) on how to handle
//! all historic and newer specifications for your clients handling of chatroom bookmarks.
//!
//! This module uses the legacy bookmarks [`bookmarks::Conference`][crate::bookmarks::Conference]
//! struct as stored in a legacy [`bookmarks::Storage`][crate::bookmarks::Storage] struct.
use crate::{
bookmarks::Storage,