pgstath / Sharp.Xmpp

Sharp.Xmpp is looking for a maintainer! Unfortunatelly I do not have currently the time needed to maintain the library. Luckily a small but vibrant community has evolved around Sharp.Xmpp. If you would like to be the project's maintainer please sent an email to pgstath@gmail.com. This should include issues, tickets and commits that you have done for Sharp.Xmpp or other similar project. Sharp.Xmpp is a multiplatform, Windows and Android, .NET XMPP client assembly.Sharp.Xmpp supports IM functionality & a variety of XMPP extensions, is simple and is extensively tested against Android Xamarin. It is a fork of the currently frozen excellent S22.Xmpp project. Sharp.Xmpp will be at the FOSSDEM 2016 Real time DevRoom!
Other
84 stars 51 forks source link

Sharp.Xmpp for Xamarin.Forms #63

Open uutkarshsingh opened 6 years ago

uutkarshsingh commented 6 years ago

Hi All, I am trying to find a library which would work for Xamarin.Forms. I did find someone raising the issue in some other thread but not getting an answer. Does that mean this library cannot be used for this purpose ?

Harisankar commented 6 years ago

Sockets are handled in Xamarin.Android. Kindly use delegate to forward Xamarin forms

On 15-Nov-2017 12:28 pm, "uutkarshsingh" notifications@github.com wrote:

Hi All, I am trying to find a library which would work for Xamarin.Forms. I did find someone raising the issue in some other thread but not getting an answer. Does that mean this library cannot be used for this purpose ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pgstath/Sharp.Xmpp/issues/63, or mute the thread https://github.com/notifications/unsubscribe-auth/AAj3GYMeyNJLzKFfrt-DOc9AsUh2kNejks5s2ourgaJpZM4Qee3K .

uutkarshsingh commented 6 years ago

@Harisankar Do you mean it can't be used in Xamarin.Forms and I need use Xamarin.Android alongwith this ? Can you give an elaborate solution to this ? Can you also tell me what XMPP protocol related concepts I need to know if I am stuck with a bug in this library as it seems that the library is not currently under development? I intend to make Xamarin.Forms chat application which run on iOS and Android.. Please I request you to give elaborate answer. Thanks for you help .

claudiocleberson commented 6 years ago

@uutkarshsingh, That library won't run inside a PCL, I faced that problem when I tried to use, but that will not be a problem in a Shared project. once you create a Shared project, you can just create a ChatService.cs and handle the chat logic. There others suggestions like create two individual PCL for Android and iOS. but in my case just the share project was enough. be advise though lots of example on the community for xamarin.forms are made on PCL. that was one of the drawbacks. a part from that, I think that library will be useful.

cheers...