Software /
code /
prosody-modules
Changeset
4587:0105df2138ff
mod_invites_adhoc/README: Fix table
Tables require a table header
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 12 Jun 2021 17:28:34 +0200 |
parents | 4586:240fa534f586 |
children | 4588:e7b126161e7b |
files | mod_invites_adhoc/README.markdown |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_invites_adhoc/README.markdown Sat Jun 12 15:29:53 2021 +0200 +++ b/mod_invites_adhoc/README.markdown Sat Jun 12 17:28:34 2021 +0200 @@ -31,6 +31,8 @@ There are three types of invitation that can be created: +| Invite type | Description | +|--|--| | Account-only invites | These can be used to register a new account | | Contact-only invites | These can be shared with a contact so they can easily add you to their contact list | | Account-and-contact invites | Like a contact-only invite, but also allows the contact to register on the current server if they don't already have an XMPP account |