Merge branch 'agent-clone' into 'master'
Agent clone See merge request linkmauve/xmpp-rs!4
This commit is contained in:
commit
c17d43b685
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ impl ClientBuilder<'_> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Agent {
|
||||
sender_tx: mpsc::UnboundedSender<Packet>,
|
||||
default_nick: Rc<RefCell<String>>,
|
||||
|
|
Loading…
Reference in a new issue