Fixed: NETWORK_RESILIENCE_COMPLETE

This commit is contained in:
2025-08-26 08:34:19 +00:00
parent 7336b4c257
commit b2b9c179c2
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.