6 lines
233 B
PHP
6 lines
233 B
PHP
<?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";
|
|
?>
|