We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d5a6f commit 335bc10Copy full SHA for 335bc10
2 files changed
.github/workflows/ci.yml
@@ -117,6 +117,9 @@ jobs:
117
if: matrix.elixir < '1.14'
118
run: sed -i '/mod_prometheus/d' modules_available.txt
119
120
+ - name: Disable mod_pubsub_serverinfo testing
121
+ run: sed -i '/mod_pubsub_serverinfo/d' modules_available.txt
122
+
123
- name: Add prometheus dependency only with OTP >= 26
124
if: matrix.elixir > '1.13'
125
run: |
mod_pubsub_serverinfo/README.md
@@ -5,6 +5,9 @@ mod_pubsub_serverinfo - Exposes server information over Pub/Sub
5
6
Initially created by Guus der Kinderen.
7
8
+NOTE: This module was included in ejabberd 25.07, you don't need to install this old version.
9
10
11
Description
12
-----------
13
0 commit comments