Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-12 14:22:06 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-09-12 14:22:06 (GMT)
commitb8d04713acbbb1cb922c6c401ffe5c8ec9dd3fc9 (patch)
treeafcadb98e9de8130a9d729871aacc328c4f0884d /src
parent420ac5d23687a7b830ca4e1a30174967e9bfd8d8 (diff)
De-restrict invitations, if Gabble supports it (fixes #3380 if Gabble supports invite-restricted flag, harmless otherwise)
Diffstat (limited to 'src')
-rw-r--r--src/activity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/activity.py b/src/activity.py
index 4f8e61d..23c4356 100644
--- a/src/activity.py
+++ b/src/activity.py
@@ -756,6 +756,7 @@ class Activity(ExportedGObject):
props = {
'anonymous': False, # otherwise buddy resolution breaks
'invite-only': False, # anyone who knows about the channel can join
+ 'invite-restricted': False, # so non-owners can invite others
'persistent': False, # vanish when there are no members
'private': True, # don't appear in server room lists
}