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

iOS: compile error #11

Closed
powerumc opened this issue Jun 2, 2014 · 4 comments
Closed

iOS: compile error #11

powerumc opened this issue Jun 2, 2014 · 4 comments

Comments

@powerumc
Copy link

powerumc commented Jun 2, 2014

Is supports for iOS?

I cannot to compile for iOS in Qt Creator.

@jlaine
Copy link
Contributor

jlaine commented Jun 2, 2014

qxmpp should support all platforms that Qt supports. If you are using Qt5, that includes iOS (please note however there is no SSL support on iOS).

If you get a compile error, please post it otherwise there is little we can do to help.

@0xd34df00d
Copy link
Member

Google translate provides nonsense for this.

@fpelliccioni
Copy link

There is SSL support iOS, using the Crypto API but not using OpenSSL.
qxmpp doesn't compile using Qt5 for iOS because Qt uses OpenSSL and OpenSSL is not supported on iOS.
The solution for qxmpp is to replace all the QSsl* with another thing.

@jlaine
Copy link
Contributor

jlaine commented Sep 4, 2014

This will not be resolved at the QXmpp level, QXmpp uses whatever Qt provides in terms of SSL support. For your information I am in the process of getting a new backend for QSsl* reviewed for integration into Qt, which will provide SSL support on iOS.

@jlaine jlaine closed this as completed Sep 4, 2014
ricardomv referenced this issue in ricardomv/qxmpp Jan 2, 2015
Fixed signal QmlQXmppClient::error()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants