theoretically the first successful group text code
Denver Gingerich
created
Per https://wiki.soprani.ca/SGX/GroupMMS we have implemented the
protocol for receiving group texts. For now we hard-code
"cheogram.com", but this and other items will be fixed in the near
future.
While the message going out does look correct, the current Cheogram
takes issue with it, sending us back the following error:
<message to="cheogram.com" type="error" from="<from>">
<body>Instead of sending messages to cheogram.com directly,
you can SMS your contacts by sending messages to
+1<phone-number>@cheogram.com Jabber IDs. Or, for support,
come talk to us in xmpp:discuss@conference.soprani.ca?join</body>
...
So this code might not be complete, but we won't know for sure until
we're able to do a bit more Cheogram testing. But it could be ready!
Also, we only currently handle group texts with 2 recipients - any
additional recipients will be dropped. It should be trivial to add
more recipients by looping as needed.