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

NuGet package update #6

Closed DavePilks closed 8 years ago

DavePilks commented 9 years ago

When was the last time that the package was updated on NuGet? When I try and add it to my app, I get this.

"Could not install package 'S22.Xmpp 1.0.0.0'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v4.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author."

Is there a work-around that I can use to get this working?

pgstath commented 9 years ago

The latest version is 1.0.2.1 (28/3/2015). Can you provide information on your environment? You can also download the S22 source, and include it on your project, in order to test it.

DavePilks commented 9 years ago

I am trying to add it to a Xamarin ANdroid project.

pgstath commented 9 years ago

Clone the latest source code from GIT, download it and add it a project to your solution.

DavePilks commented 9 years ago

It does not let me add a reference to the project. It gives the following error message "Incompatible target framework"

pgstath commented 9 years ago

I have confirmed the issue for an Android Xamarin project, while the package is added the references are not updated. However, I can add the reference from the package source directly. Probably its an issue with the configuration of the package.

saggy commented 8 years ago

HI,

I am trying this project in xamarin android, to implement in XMPP Chat, and i am facing the same issue as @DavePilks facing.

Is there is any solution of this problem, but it work if i used old version of "ARSoft.tool.Net" Nuget. But as i trying to update it doesn't install , and i am failed. Pls help me to solve this problem, any help will be appreciated.

Is there is alternative to make it work..?

pgstath commented 8 years ago

Hi @saggy So you have installed the package but it is not updated? Please provide some additional information. Have you tried downloading the source code and including it in your Solution as a separate project? It is not the most elegant solution, but please try. Also you should check your project's references, to include Sharp.Xmpp