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

Correct misspelling of 'Authenticate' #45

Open Rychard opened 7 years ago

Rychard commented 7 years ago

XmppClient contains a method named Autenticate, a misspelling of Authenticate.

As altering the API surface of the class would break backwards-compatibility, I opted to decorate the existing method with [Obsolete] instead of deleting it.

Documentation was moved to the correctly-spelled method; the existing method is no longer documented.

Additionally, there was a single internal usage of the misspelled method, which I have updated.

marcel-landman commented 3 years ago

@pgstath how come this pull request has not gone in since dec 2016? Is this repository dead or is there a reason this pull request is not acceptable?