first WIP implementation

This commit is contained in:
2018-02-10 18:01:42 +01:00
parent b2cc5a0890
commit c1f5f4d451
7 changed files with 356 additions and 0 deletions

6
config.sample.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
$homeserver = "example.com";
$access_token = "To be used for sending the registration notification";
$register_room = "$registerRoomID:example.com";
$registration_shared_secret = "To be used for actually register the user";
?>