1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00
profanity/src
Michael Vetter bc282ef569 Move id from DeliveryReceipt to ProfBuffEntry struct
XEP-0184: Message Delivery Receipts, *requires* the id attribute.
Generally this is not the case.
For this reason the id was only present in the DeliveryReceipt struct
since it was only used for XEP-0184.

For https://github.com/profanity-im/profanity/issues/660 XEP-0313 MAM
and https://github.com/profanity-im/profanity/issues/805 XEP-0308 Last Message Correction
we will also need the id.

So in preparation for further work let's move the id to the general
ProfBuffEntry.

We will need to adapt code so that we actually always write the ID if we
receive one.
2019-11-01 17:53:59 +01:00
..
command Send clipboard via /paste 2019-10-29 15:20:57 +01:00
config Change default text colors to default (#1213) 2019-10-22 08:13:39 +02:00
event Don't override ProfMessage Id with origin-id 2019-10-31 13:45:44 +01:00
omemo omemo: use lower case to log info 2019-08-23 10:18:20 +02:00
otr Actually log MUC PM messages 2019-10-28 23:36:42 +01:00
pgp Restoration of correct GPG encryption 2019-02-20 11:53:40 +01:00
plugins plugins/python: fix double _XOPEN_SOURCE definition 2019-10-15 12:30:38 +00:00
tools Dont use clipboard_init yet 2019-10-29 15:20:57 +01:00
ui Move id from DeliveryReceipt to ProfBuffEntry struct 2019-11-01 17:53:59 +01:00
xmpp Don't override ProfMessage Id with origin-id 2019-10-31 13:45:44 +01:00
common.c Move code from jid_random_resource() into own function 2019-10-16 10:39:35 +02:00
common.h Move code from jid_random_resource() into own function 2019-10-16 10:39:35 +02:00
log.c Actually log MUC PM messages 2019-10-28 23:36:42 +01:00
log.h Actually log MUC PM messages 2019-10-28 23:36:42 +01:00
main.c Use fixed email instead of PACKAGE_BUGREPORT 2019-08-23 09:40:54 +02:00
profanity.c Possibility to specify alternative config file 2019-08-02 15:55:47 +02:00
profanity.h Possibility to specify alternative config file 2019-08-02 15:55:47 +02:00