Ring Daemon 16.0.0
|
Go to the source code of this file.
Namespaces | |
namespace | jami |
Macros | |
#define | CERTIFICATE_VERIFICATION_FAILED 400 |
#define | FAILURE -1 |
#define | INVALID_PLUGIN 500 |
#define | LIB_PREFIX "lib" |
#define | LIB_TYPE ".so" |
#define | PLUGIN_ALREADY_INSTALLED 100 /* Plugin already installed with the same version */ |
#define | PLUGIN_OLD_VERSION 200 /* Plugin already installed with a newer version */ |
#define | SIGNATURE_VERIFICATION_FAILED 300 |
#define | SUCCESS 0 |
#define CERTIFICATE_VERIFICATION_FAILED 400 |
Definition at line 36 of file jamipluginmanager.cpp.
#define FAILURE -1 |
Definition at line 31 of file jamipluginmanager.cpp.
#define INVALID_PLUGIN 500 |
Definition at line 37 of file jamipluginmanager.cpp.
#define LIB_PREFIX "lib" |
Definition at line 49 of file jamipluginmanager.cpp.
#define LIB_TYPE ".so" |
Definition at line 48 of file jamipluginmanager.cpp.
#define PLUGIN_ALREADY_INSTALLED 100 /* Plugin already installed with the same version */ |
Definition at line 33 of file jamipluginmanager.cpp.
#define PLUGIN_OLD_VERSION 200 /* Plugin already installed with a newer version */ |
Definition at line 34 of file jamipluginmanager.cpp.
#define SIGNATURE_VERIFICATION_FAILED 300 |
Definition at line 35 of file jamipluginmanager.cpp.
#define SUCCESS 0 |
Definition at line 32 of file jamipluginmanager.cpp.