Software /
code /
prosody-modules
File
mod_csi_pump/README.markdown @ 3568:6b3181fe5617
mod_auth_token: Timezone fix for TOTP checking
luatz.time() returns milliseconds since epoch which is in UTC time, so we don't
need to convert to UTC with gmtime.
By calling gmtime, TOTP validation was failing when this module wasn't running
on machine set to UTC time.
author | JC Brand <jc@opkode.com> |
---|---|
date | Thu, 02 May 2019 11:07:27 +0200 |
parent | 3547:82cf953fabae |
line wrap: on
line source
--- description: Lossless CSI module --- This module was merged into Prosody as [mod_csi_simple][doc:modules:mod_csi_simple] and has continued to evolve there. The version here might not receive updates anymore. Consider using mod_csi_simple or [mod_csi_battery_saver] instead.