Mercurial > libervia-backend
comparison libervia/backend/core/constants.py @ 4166:a1f7040b5a15
plugin XEP-0424: message retraction update:
- follow specification update (with namespace bump)
- retract from history on message reception for group chat
- send bridge message
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 30 Nov 2023 13:23:53 +0100 |
parents | 3b3cd9453d9b |
children | da7d360a87be |
comparison
equal
deleted
inserted
replaced
4165:81faa85c9cfa | 4166:a1f7040b5a15 |
---|---|
124 | 124 |
125 # Update | 125 # Update |
126 | 126 |
127 MESS_UPDATE_EDIT = "EDIT" | 127 MESS_UPDATE_EDIT = "EDIT" |
128 MESS_UPDATE_REACTION = "REACTION" | 128 MESS_UPDATE_REACTION = "REACTION" |
129 MESS_UPDATE_RETRACT = "RETRACT" | |
129 | 130 |
130 MESS_EXTRA_INFO = "info_type" | 131 MESS_EXTRA_INFO = "info_type" |
131 EXTRA_INFO_DECR_ERR = "DECRYPTION_ERROR" | 132 EXTRA_INFO_DECR_ERR = "DECRYPTION_ERROR" |
132 EXTRA_INFO_ENCR_ERR = "ENCRYPTION_ERROR" | 133 EXTRA_INFO_ENCR_ERR = "ENCRYPTION_ERROR" |
133 MESS_EXTRA_EDITIONS = "editions" | 134 MESS_EXTRA_EDITIONS = "editions" |