-
Notifications
You must be signed in to change notification settings - Fork 16
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
Remove nullable, nonnull, const from initWithAddress #8
Comments
Also, it might be nice to add newlines to |
What keywords? Btw I'm curious, are you planning on using this library in a shipping product, or just poking around? Make sure to be mindful of the GPL/App Store license, as there's still no straightforward way to get a closed source exception from Moxie, to my knowledge. |
I was referring to the keywords OK. Thank you for that information. We're planning on using this library in a shipping iPhone app. Do we have to open source our server code too if it doesn't use any Signal libraries? |
What's the app? You'll need to release all of the source code, including all linked 3rd party dependencies, and make sure that your app's license is compatible with the GPL: https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses You don't need to open source your server, but you should consider it if you're offering people a "secure" messenger. |
Why are those keywords included here:
https://github.com/ChatSecure/SignalProtocol-ObjC/blob/master/Classes/Models/SignalAddress_Internal.h#L17
They are not included for
SignalPreKey
orSignalSignedPreKey
.The text was updated successfully, but these errors were encountered: