JavaJens / TextSecure

A secure text messaging application for Android.
GNU General Public License v3.0
71 stars 9 forks source link

Groups from websocket-user not available for gcm-user #8

Closed jensMF closed 9 years ago

jensMF commented 9 years ago

I started a group and my friend who is using a gcm-client didn't got any massage from that group. With another websocket-client everything worked well…

JavaJens commented 9 years ago

I don't see how the group behavior should be influenced by the technology used by the clients. Could you check if there are any suspicious messages on the client? Maybe provide a log from each client, if sth. shows up there.

Also make sure that your friend is on the same server as you (i.e. is not using the play version)

jensMF commented 9 years ago

Sorry, I don't have access to my friends phone often, so i have to wait and will compare logcats. I'll report back when done. Probably it's a server-side problem. Didn't think about it...