Parse stanza-id
Add stable stanza IDs to ProfMessage struct. We parse this for 1:1 messages (MUC needs to be done too). <stanza-id> for live messages <result id="x"> for MAM messages Regards MAM: https://github.com/profanity-im/profanity/issues/660 Regards Stable IDs: https://github.com/profanity-im/profanity/issues/1207
This commit is contained in:
@@ -110,6 +110,8 @@
|
||||
#define STANZA_NAME_COMMAND "command"
|
||||
#define STANZA_NAME_CONFIGURE "configure"
|
||||
#define STANZA_NAME_ORIGIN_ID "origin-id"
|
||||
#define STANZA_NAME_STANZA_ID "stanza-id"
|
||||
#define STANZA_NAME_RESULT "result"
|
||||
#define STANZA_NAME_MINIMIZE "minimize"
|
||||
|
||||
// error conditions
|
||||
|
||||
Reference in New Issue
Block a user