-
Notifications
You must be signed in to change notification settings - Fork 33
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
Draft: Calling support #327
base: main
Are you sure you want to change the base?
Conversation
Rebased up to right before reqwest. |
Already outdated. signalapp/Signal-Server@cacd4af |
Now we're ahead of Signal Android and Signal iOS 😅 |
Tested, both end points work. v1:
v2:
Things to note: username and password seem to follow a pattern. Both were distinct, so I suppose they're generated on the fly. Username seems like a versioned unix timestamp with some other number behind it ( The IP addresses mentioned in the answers are what you get by resolving the |
Android moved away, so we can safely assume the new endpoint is the intended new version.
Android moved on: signalapp/Signal-Android@47300bbd563 |
This PR aims to add all the stuff™ necessary to make calls. Could be a lot, could be nothing at all.