summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-06-30 16:10:12 -0700
committerZach Copley <zach@controlyourself.ca>2009-06-30 16:10:12 -0700
commitb10dba27982a94d73fb7f8d70cae611241871706 (patch)
treefb99c85c9db49a53f49e71617aaad795fec700f2 /README
parent190d45cd05a1affbc8d0db50a487b5081f6a34cb (diff)
parent925b3f32eae5c6528bfe332317092f08aabc6508 (diff)
Merge commit 'jeff-themovie/invite-enabled' into 0.8.x
* commit 'jeff-themovie/invite-enabled': Adds $config['invite']['enabled'] to enable/disable invites.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index c8c529ed8..e02fa02d3 100644
--- a/README
+++ b/README
@@ -1081,6 +1081,13 @@ debug: if turned on, this will make the XMPP library blurt out all of
public: an array of JIDs to send _all_ notices to. This is useful for
participating in third-party search and archiving services.
+invite
+------
+
+For configuring invites.
+
+enabled: Whether to allow users to send invites. Default true.
+
tag
---