diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-30 16:10:12 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-30 16:10:12 -0700 |
commit | b10dba27982a94d73fb7f8d70cae611241871706 (patch) | |
tree | fb99c85c9db49a53f49e71617aaad795fec700f2 /README | |
parent | 190d45cd05a1affbc8d0db50a487b5081f6a34cb (diff) | |
parent | 925b3f32eae5c6528bfe332317092f08aabc6508 (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-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 --- |