Software / code / prosody-modules
Comparison
mod_uptime_presence/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 28 Aug 2015 18:03:58 +0200 |
| parent | 1782:mod_uptime_presence/README.wiki@29f3d6b7ad16 |
comparison
equal
deleted
inserted
replaced
| 1802:0ab737feada6 | 1803:4d73a1a6ba68 |
|---|---|
| 1 --- | |
| 2 labels: | |
| 3 summary: Report server uptime in presence | |
| 4 ... | |
| 5 | |
| 6 Introduction | |
| 7 ============ | |
| 8 | |
| 9 This module simply responds to a presence probe sent to the server with | |
| 10 a presence staza containing a timestamp from when the server started. | |
| 11 | |
| 12 This is imagined as an alternative to the XEP-0012 "Last Activity" | |
| 13 protocol that can seem a bit overloaded. |