comparison mod_invites_api/README.markdown @ 5141:027fb71ad509

Remove reverse dependencies on mod_invites (for plugin installer) Since mod_invites is included with Prosody 0.12, the same version which includes the plugin installer, there should be no need to depend on in.
author Kim Alvefur <zash@zash.se>
date Tue, 10 Jan 2023 20:49:17 +0100
parents 4ec755c13e9b
children
comparison
equal deleted inserted replaced
5140:ce11c217704a 5141:027fb71ad509
1 --- 1 ---
2 labels: 2 labels:
3 - 'Stage-Beta' 3 - 'Stage-Beta'
4 summary: 'Authenticated HTTP API to create invites' 4 summary: 'Authenticated HTTP API to create invites'
5 rockspec:
6 dependencies:
7 - mod_invites
8 ... 5 ...
9 6
10 Introduction 7 Introduction
11 ============ 8 ============
12 9