tigase / halcyon

Kotlin Multiplatform XMPP client library
GNU Affero General Public License v3.0
55 stars 9 forks source link

iOS support #2

Open DaveLomber opened 4 years ago

DaveLomber commented 4 years ago

Hey guys,

first of all thank you for your effort making Kotlin Multiplatform XMPP library. There are not many other solutions available in the area so far 👍

The only one question I have is about iOS support - my vision is Kotlin Multiplatform should be a great alternative to separated Android/iOS development, so iOS support is a must.

If you have any plans/thoughts on this matter - could you please share.

thank you

woj-tek commented 4 years ago

Hi!

Thank you for your suggestion - we will definitely take it into consideration but there is no plan to implement and add it in the short term (we do accept PullRequests :-) ).

For now, I can recommend you using our XMPP library for apple devices written in swift: https://github.com/tigase/tigase-swift. Two of our clients are based on it BeagleIM for macOS (https://github.com/tigase/beagle-im/) and SiskinIM for iOS (https://github.com/tigase/siskin-im/)