mirror of https://github.com/mautrix/docs.git
1.0 KiB
1.0 KiB
Authentication
- Open a private chat with the bridge bot. Usually
@signalbot:your.server
- If the bot doesn't accept the invite, see the troubleshooting page
Linking as secondary device
- Go to "Linked Devices" in the Signal app settings and add a new device.
- Send
link
to the bridge bot. - Scan the QR code the bridge sends you.
Registering as the primary device
- Send
register <phone>
to the bridge bot. The phone should be in the international format with no spaces. - Once you get the SMS verification code, send it to the bridge.
- To be able to participate in v2 groups, set a profile name with
set-profile-name <name>
.
CAPTCHA
Refer to the signald docs on dealing
with captcha required errors. The bridge supports the same --captcha
parameter as signaldctl, but it must be passed before the phone number instead
of after (e.g. !signal register --captcha 03AOLTBLR... +12024561414
). The
signalcaptcha://
part must not be included.