Skip to content

Commit 335bc10

Browse files
committed
mod_pubsub_serverinfo: This module is included in ejabberd 25.07
1 parent c7d5a6f commit 335bc10

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ jobs:
117117
if: matrix.elixir < '1.14'
118118
run: sed -i '/mod_prometheus/d' modules_available.txt
119119

120+
- name: Disable mod_pubsub_serverinfo testing
121+
run: sed -i '/mod_pubsub_serverinfo/d' modules_available.txt
122+
120123
- name: Add prometheus dependency only with OTP >= 26
121124
if: matrix.elixir > '1.13'
122125
run: |

mod_pubsub_serverinfo/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ mod_pubsub_serverinfo - Exposes server information over Pub/Sub
55

66
Initially created by Guus der Kinderen.
77

8+
NOTE: This module was included in ejabberd 25.07, you don't need to install this old version.
9+
10+
811
Description
912
-----------
1013

0 commit comments

Comments
 (0)