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:
Link Mauve 2025-04-07 10:39:24 +02:00
commit 5ae38545e4
3 changed files with 4 additions and 2 deletions

View file

@ -131,7 +131,7 @@ mod tests {
// Client instance
let client_builder = ClientBuilder::new(jid, "meh")
.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);