mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
add Client::jid
This commit is contained in:
parent
75986db40b
commit
82a26d7d08
1 changed files with 3 additions and 0 deletions
|
@ -43,4 +43,7 @@ pub struct Client {
|
|||
}
|
||||
|
||||
impl Client {
|
||||
pub fn jid(&self) -> &Jid {
|
||||
&self.jid
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue