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 10609 additions and 30752 deletions
Showing only changes of commit 23fe2a4661 - Show all commits

View File

@@ -41,12 +41,11 @@ message_receive_chatwin(void** state)
prof_connect();
prof_input("/msg someuser@chatserv.org");
assert_true(prof_output_exact("someuser@chatserv.org"));
stbbr_send(
"<message id='message1' to='stabber@localhost' from='someuser@chatserv.org/laptop' type='chat'>"
"<body>How are you?</body>"
"</message>");
assert_true(prof_output_exact("someuser@chatserv.org/laptop: How are you?"));
assert_true(prof_output_regex("someuser@chatserv.org/laptop: How are you\\?"));
}