Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make matrix rooms private #2501

Closed
andrevmatos opened this issue Sep 17, 2018 · 0 comments
Closed

Make matrix rooms private #2501

andrevmatos opened this issue Sep 17, 2018 · 0 comments
Assignees
Labels

Comments

@andrevmatos
Copy link
Contributor

andrevmatos commented Sep 17, 2018

Problem Definition

Right now, matrix p2p communication rooms are public for debugging purposes. long-standing in-code TODO:

room = self._client.create_room(
room_name,
invitees=[user.user_id for user in invitees],
is_public=True, # FIXME: debug only
)

This issue tracks making it private, to avoid possible attackers eavesdropping p2p communication and e.g. getting the exchanged Secret beforehand.

Out of #2302

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants