-
- Downloads
libguile-jami: Expect user to call jami:init and jami:fini
Exit hooks are only called when in a REPL. Thus, provide the user with bindings for initialization and finalization of the daemon. The syntax `with-jami' can be used to ensure that finalization happens if initialization succeed. Change-Id: I2f84a76844866a1de06300cde26618c8576045e5
Showing
- test/agent/Makefile.am 1 addition, 0 deletionstest/agent/Makefile.am
- test/agent/jami.scm 34 additions, 9 deletionstest/agent/jami.scm
- test/agent/scenarios/bulk-calls/scenario.scm 15 additions, 9 deletionstest/agent/scenarios/bulk-calls/scenario.scm
- test/agent/src/bindings/bindings.cpp 2 additions, 0 deletionstest/agent/src/bindings/bindings.cpp
- test/agent/src/bindings/jami.h 92 additions, 0 deletionstest/agent/src/bindings/jami.h
- test/agent/src/main.cpp 2 additions, 15 deletionstest/agent/src/main.cpp
test/agent/src/bindings/jami.h
0 → 100644
Please register or sign in to comment