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

View File

@@ -0,0 +1,9 @@
%%%----------------------------------------------------------------------
%%% Mock gen_iq_handler module for compilation testing
%%%----------------------------------------------------------------------
-module(gen_iq_handler).
-export([add_iq_handler/6, remove_iq_handler/3]).
add_iq_handler(_Type, _Host, _NS, _Module, _Function, _Disc) -> ok.
remove_iq_handler(_Type, _Host, _NS) -> ok.