mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-02 09:26:22 +00:00
Add connection_get_profanity_identifier stub
And move defintion to xmpp.h
This commit is contained in:
@@ -92,6 +92,10 @@ connection_supports(const char *const feature)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
char *connection_get_profanity_identifier(void) {
|
||||
return "profident";
|
||||
}
|
||||
|
||||
// message functions
|
||||
char* message_send_chat(const char * const barejid, const char * const msg, const char *const oob_url,
|
||||
gboolean request_receipt)
|
||||
|
||||
Reference in New Issue
Block a user