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
208 changed files with 4229 additions and 26653 deletions
Showing only changes of commit 9f2abc75ad - Show all commits

View File

@@ -1,5 +1,6 @@
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <setjmp.h>
#include <cmocka.h>

View File

@@ -20,6 +20,7 @@
*
*/
#include <stdint.h>
#include <glib.h>
#include <setjmp.h>
#include <cmocka.h>

View File

@@ -1,6 +1,7 @@
#include <glib.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <setjmp.h>
#include <cmocka.h>
#include <stdlib.h>

View File

@@ -4,6 +4,7 @@
#include <setjmp.h>
#include <cmocka.h>
#include <stdlib.h>
#include <stdint.h>
#include "xmpp/chat_session.h"

View File

@@ -5,6 +5,7 @@
#include <setjmp.h>
#include <cmocka.h>
#include <stdlib.h>
#include <stdint.h>
void
replace_one_substr(void** state)

View File

@@ -1,5 +1,6 @@
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <setjmp.h>
#include <cmocka.h>
#include <stdlib.h>

View File

@@ -1,5 +1,6 @@
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <setjmp.h>
#include <cmocka.h>
#include <stdlib.h>

View File

@@ -1,5 +1,6 @@
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <setjmp.h>
#include <cmocka.h>
#include <stdlib.h>

View File

@@ -5,6 +5,7 @@
#include <setjmp.h>
#include <cmocka.h>
#include <stdlib.h>
#include <stdint.h>
#include "xmpp/contact.h"
#include "xmpp/roster_list.h"