xmpp: Shorten the default caps node to our main domain
We do own xmpp.rs, so let’s use that instead of gitlab.com.
This commit is contained in:
parent
84c4b5731c
commit
5ae38545e4
3 changed files with 4 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ async fn main() -> Result<(), Option<()>> {
|
|||
// Client instance
|
||||
let mut client = ClientBuilder::new(jid, password)
|
||||
.set_client(ClientType::Bot, "xmpp-rs")
|
||||
.set_website("https://gitlab.com/xmpp-rs/xmpp-rs")
|
||||
.set_website("https://xmpp.rs")
|
||||
.set_default_nick(nick)
|
||||
.enable_feature(ClientFeature::ContactList)
|
||||
.enable_feature(ClientFeature::JoinRooms)
|
||||
|
|
|
|||
Loading…
Reference in a new issue