merge/upstream-full #105

Manually merged
jabber.developer merged 407 commits from merge/upstream-full into master 2026-05-26 17:54:34 +00:00
405 changed files with 15222 additions and 37745 deletions
Showing only changes of commit b17ed21b16 - Show all commits

View File

@@ -117,7 +117,7 @@ session_connect_with_account(const ProfAccount* const account)
auto_char char* jid = NULL;
if (account->resource) {
auto_jid Jid* jidp = jid_create_from_bare_and_resource(account->jid, account->resource);
jid = strdup(jidp->fulljid);
jid = strdup(jid_fulljid_or_barejid(jidp));
} else {
jid = strdup(account->jid);
}