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

How to create a group chat? #133

Open
SixDigitCode opened this issue Jul 7, 2021 · 1 comment
Open

How to create a group chat? #133

SixDigitCode opened this issue Jul 7, 2021 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@SixDigitCode
Copy link

Sorry if there is an obvious answer to this question, but is there a way to create a group chat from SMServer? #118 seems to suggest that it's possible, but I can't figure it out (either in the web GUI or the API). I tried sending a new message to +12002345678, +12009876543, but that just gives me a "Message Send Failure" notification on the iPhone. Any help would be appreciated!

I'm using SMServer 0.8.0 on an (original) iPhone SE running iOS 14.4.2 and Checkra1n.

@itsjunetime
Copy link
Owner

Yeah, it's really funky that it doesn't work now; I tried out a few things on my own and also couldn't get the phone to create a group chat no matter how I formatted the address, so there's definitely an issue.

For the record, SMServer has no officially supported method of creating group chats; it doesn't like check to see if there are address delimiters and then split them and do something different, but in the past it seemed that the private iMessage frameworks would automatically handle that and create group chats if you split the addresses with commas (or something like that). I doubt that anything changed within these frameworks, though (since I've also been on 14.4 since like march), so idk why it's not working now.

I guess I'll have to look into adding support within SMServer itself to do this. I'll update this issue once the API has official support for it.

@itsjunetime itsjunetime added bug Something isn't working enhancement New feature or request labels Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants