Log incoming MUC messages if origin-id sais they dont come from us

Regards https://github.com/profanity-im/profanity/issues/1201
This commit is contained in:
Michael Vetter
2019-10-18 10:40:24 +02:00
parent 53640f6e97
commit 430b2eaa0d
3 changed files with 29 additions and 12 deletions

View File

@@ -64,4 +64,6 @@ void connection_remove_available_resource(const char *const resource);
char* connection_create_stanza_id(void);
char *connection_get_profanity_identifier(void);
#endif