Software / code / prosody
File
util/bit53.lua @ 11765:1cac469b18d0
mod_storage_internal: Stop storing XEP-0091 timestamp
Should no longer be used by anything since the conversion of mod_offline
to the archive API in 0.10.0, which was 4 years ago. The line clearing
the property is left for a bit longer in case someone has very old
offline messages or archived data.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 04 Sep 2021 14:39:31 +0200 |
| parent | 10241:48f7cda4174d |
| child | 12358:d77d8fba44ad |
line wrap: on
line source
-- Only the operators needed by net.websocket.frames are provided at this point return { band = function (a, b) return a & b end; bor = function (a, b) return a | b end; bxor = function (a, b) return a ~ b end; };