Improve documentation
This commit is contained in:
parent
f1713231c4
commit
f9b71c8da0
3 changed files with 9 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue