Kvoti / ditto

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Enforce chatroom access perm at chat server level #32

Open mallison opened 9 years ago

mallison commented 9 years ago

Might be able to do this with ACL, Shared Roster and LDAP ... but only scanned the docs.

Looks like we can use an ACL to control access to chatrooms. An ACL can be defined by a roster. A roster can be loaded from LDAP. If we have a django binding to LDAP we can control chat access from django. Maybe.