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
321 changed files with 10875 additions and 30767 deletions
Showing only changes of commit d6705362a2 - Show all commits

View File

@@ -2155,7 +2155,11 @@ cmd_msg(ProfWin* window, const char* const command, gchar** args)
barejid = usr;
}
_cmd_msg_chatwin(barejid, msg);
if (jid_is_valid_user_jid(barejid)) {
_cmd_msg_chatwin(barejid, msg);
} else {
cons_show_error("Not a contact or valid JID: %s", barejid);
}
return TRUE;
}