mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 16:46:21 +00:00
Plugins: Added basic incoming message function
This commit is contained in:
@@ -79,4 +79,6 @@ void api_settings_set_string(const char *const group, const char *const key, con
|
||||
int api_settings_get_int(const char *const group, const char *const key, int def);
|
||||
void api_settings_set_int(const char *const group, const char *const key, int value);
|
||||
|
||||
void api_incoming_message(const char *const barejid, const char *const resource, const char *const message);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user