Chris Ballinger
Chris Ballinger
@participante0 I'll probably cherry-pick bfcdb74 and 09b2a9247b2688c78e88217a594e6e485229eb29 into master and push a build tomorrow.
What you're seeing isn't necessarily a problem if the message was encrypted to another key. OMEMO messages can contain many parallel sessions (one for each device, or even more in...
iOS 7??? On Mon, Apr 17, 2017 at 10:51 AM, afriedmanGlacier wrote: > Oh, and as far as stale keys, each time I have looked at the Profiles for >...
Oh there may be an issue with the devicelist, but I think that is separate from the bundle corruption. I think I might report the bundle problem upstream to libsignal-protocol-c...
Not fixed yet...
We ended up using custom models containing all the fields expected by `apns.py`: https://github.com/ChatSecure/ChatSecure-Push-Server/blob/master/push/devices/models.py In our case we needed `registration_id` to be non-unique.
We manually call `apns_send_message`. The model is only used within our application, not the library. https://github.com/ChatSecure/ChatSecure-Push-Server/blob/master/push/messages/messenger.py#L39
@dkonigsberg Btw, I've published SignalProtocolC.podspec based on [email protected], and made a Carthage-compatible `SignalProtocolC.framework` project as well: https://github.com/ChatSecure/SignalProtocolC Thanks for adding the semver tags!
I'm not sure exactly what would fit best without breaking the existing API, but I was having trouble understanding why my requests weren't working and the only way to figure...
Thanks! It would be great if we could figure out how to bundle the app in such a way where the "Wineskin Winery.app" bundle includes the latest "Wineskin.app" wrapper template,...