Ring Daemon 16.0.0
Loading...
Searching...
No Matches
jamipluginmanager.cpp File Reference
Include dependency graph for jamipluginmanager.cpp:

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
 

Macro Definition Documentation

◆ CERTIFICATE_VERIFICATION_FAILED

#define CERTIFICATE_VERIFICATION_FAILED   400

Definition at line 36 of file jamipluginmanager.cpp.

◆ FAILURE

#define FAILURE   -1

Definition at line 31 of file jamipluginmanager.cpp.

◆ INVALID_PLUGIN

#define INVALID_PLUGIN   500

Definition at line 37 of file jamipluginmanager.cpp.

◆ LIB_PREFIX

#define LIB_PREFIX   "lib"

Definition at line 49 of file jamipluginmanager.cpp.

◆ LIB_TYPE

#define LIB_TYPE   ".so"

Definition at line 48 of file jamipluginmanager.cpp.

◆ PLUGIN_ALREADY_INSTALLED

#define PLUGIN_ALREADY_INSTALLED   100 /* Plugin already installed with the same version */

Definition at line 33 of file jamipluginmanager.cpp.

◆ PLUGIN_OLD_VERSION

#define PLUGIN_OLD_VERSION   200 /* Plugin already installed with a newer version */

Definition at line 34 of file jamipluginmanager.cpp.

◆ SIGNATURE_VERIFICATION_FAILED

#define SIGNATURE_VERIFICATION_FAILED   300

Definition at line 35 of file jamipluginmanager.cpp.

◆ SUCCESS

#define SUCCESS   0

Definition at line 32 of file jamipluginmanager.cpp.