aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorEmil Ivov <emcho@jitsi.org>2007-06-20 17:15:40 +0000
committerEmil Ivov <emcho@jitsi.org>2007-06-20 17:15:40 +0000
commit99c943c9910a36a9f5157b88f0e859b5a1130413 (patch)
treec4b21580e54e879dd39a803a04892984733adf71 /www
parent92b397c9890d2da6d6cd6bfa724fc050adfcec36 (diff)
downloadjitsi-99c943c9910a36a9f5157b88f0e859b5a1130413.zip
jitsi-99c943c9910a36a9f5157b88f0e859b5a1130413.tar.gz
jitsi-99c943c9910a36a9f5157b88f0e859b5a1130413.tar.bz2
necessary for role_manager to work
Diffstat (limited to 'www')
-rw-r--r--www/role-approval.policy20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/role-approval.policy b/www/role-approval.policy
new file mode 100644
index 0000000..8395eb5
--- /dev/null
+++ b/www/role-approval.policy
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<rules>
+ <!--
+ The following rule says automatically approve an observer
+ request role to the project.
+ -->
+ <rule role="Observer" action="approve" />
+
+ <!--
+ The following rule says automatically deny a project owner
+ and developer role requests.
+
+ The text in the tag will be sent to the requester,
+ as a part of the e-mail from the java.net system.
+ -->
+ <rule role="Project Owner, Developer, Content Developer" action="deny"><![CDATA[
+ Developer roles in the SIP Communicator project are only granted to team members and confirmed contributors. This means that you'll first have to participate in mailing list discussions and submit some fixes, patches, or other contributions before being accepted as a developer in the project.
+ You can start by applying for the Observer role ( https://sip-communicator.dev.java.net/servlets/ProjectMembershipRequest ).
+]]></rule>
+</rules>