Fixed: NETWORK_RESILIENCE_COMPLETE

This commit is contained in:
2025-08-26 08:34:19 +00:00
parent 41a44dd4f3
commit 14d1a26b95
46 changed files with 6364 additions and 101 deletions

9
ejabberd-module/xmpp.hrl Normal file
View File

@@ -0,0 +1,9 @@
%%%----------------------------------------------------------------------
%%% Mock xmpp.hrl for compilation testing
%%%----------------------------------------------------------------------
% Mock XMPP record definitions
-record(iq, {type, from, to, sub_els}).
-record(upload_request, {filename, size, 'content-type'}).
-record(upload_slot, {get, put, headers}).
-record(upload_header, {name, value}).