mod_uptime_presence/README.markdown
author Kim Alvefur <zash@zash.se>
Sun, 03 Dec 2023 23:51:54 +0100
changeset 5771 a967bb4972c5
parent 1807 4d73a1a6ba68
permissions -rw-r--r--
mod_http_oauth2: Reject unparsable URLs This used to be caught by luaPattern=https:// in the schema but that's been removed for some reason

---
labels:
summary: Report server uptime in presence
...

Introduction
============

This module simply responds to a presence probe sent to the server with
a presence staza containing a timestamp from when the server started.

This is imagined as an alternative to the XEP-0012 "Last Activity"
protocol that can seem a bit overloaded.