-
- Downloads
agent: Use Jami's scheme bindings
The agent will be written in Guile Scheme instead of C++ in order to give maximum flexibility to developers of scenarios. Thus, bindings will be added for the public Jami interface. In other words, the agent will be a client of yet another Jami's bindings. Change-Id: Ic2cd333007d0b1aad56c02b116ea708b56e96cc5
Showing
- test/agent/Makefile.am 6 additions, 7 deletionstest/agent/Makefile.am
- test/agent/agent.cpp 0 additions, 563 deletionstest/agent/agent.cpp
- test/agent/agent.h 0 additions, 131 deletionstest/agent/agent.h
- test/agent/src/bindings/bindings.cpp 63 additions, 0 deletionstest/agent/src/bindings/bindings.cpp
- test/agent/src/bindings/bindings.h 4 additions, 1 deletiontest/agent/src/bindings/bindings.h
- test/agent/src/main.cpp 10 additions, 30 deletionstest/agent/src/main.cpp
- test/agent/src/utils.h 168 additions, 0 deletionstest/agent/src/utils.h
test/agent/agent.cpp
deleted
100644 → 0
test/agent/agent.h
deleted
100644 → 0
test/agent/src/bindings/bindings.cpp
0 → 100644
Please register or sign in to comment