All Projects → ubiety → Ubiety.Xmpp.Core

ubiety / Ubiety.Xmpp.Core

Licence: Apache-2.0 license
XMPP library for .NET Core

Programming Languages

C#
18002 projects
powershell
5483 projects
shell
77523 projects

Projects that are alternatives of or similar to Ubiety.Xmpp.Core

SockNet
The easiest and fastest way to work with sockets in C#
Stars: ✭ 42 (+31.25%)
Mutual labels:  nuget, netcore2
ObjectRepository
EscapeTeams In-Memory Object Database
Stars: ✭ 23 (-28.12%)
Mutual labels:  netcore2, netstandard20
WebsocketClientLite.PCL
websocket Client Lite PCL - Xaramrin
Stars: ✭ 22 (-31.25%)
Mutual labels:  netcore2, netstandard20
Weixinmpsdk
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Stars: ✭ 7,098 (+22081.25%)
Mutual labels:  nuget, netstandard20
Abot
Cross Platform C# web crawler framework built for speed and flexibility. Please star this project! +1.
Stars: ✭ 1,961 (+6028.13%)
Mutual labels:  netcore2, netstandard20
KuttSharp
🔪 .NET Package for kutt.it url shortener
Stars: ✭ 29 (-9.37%)
Mutual labels:  nuget, netstandard20
xabber-web
Open source XMPP client for Web
Stars: ✭ 117 (+265.63%)
Mutual labels:  xmpp
rename-tool
一个基于 .NET Core 2.x 实现的项目重命名工具
Stars: ✭ 16 (-50%)
Mutual labels:  netcore2
isotoxin
Isotoxin source
Stars: ✭ 69 (+115.63%)
Mutual labels:  xmpp
Translit
C# library for cyrillic-latin transliteration (support only slavik languages) by GOST 7.79-2000 (ISO 9).
Stars: ✭ 47 (+46.88%)
Mutual labels:  nuget
XamarinHosting
Xamarin Forms Generic Host implementation for Microsoft.Extensions.Hosting.
Stars: ✭ 19 (-40.62%)
Mutual labels:  nuget
MessageBox.Avalonia
Messagebox for AvaloniaUI
Stars: ✭ 222 (+593.75%)
Mutual labels:  nuget
EmptyLicensesLicx
Easy continuous integration of apps using third-party controls that rely on licenses.licx files
Stars: ✭ 57 (+78.13%)
Mutual labels:  nuget
Standard-Toolkit
An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET Core/.NET
Stars: ✭ 194 (+506.25%)
Mutual labels:  nuget
Xamarin.iOS.DGActivityIndicatorView
🔰 DGActivityIndicatorView is a collection of nice loading animations for Xamarin.iOS.
Stars: ✭ 28 (-12.5%)
Mutual labels:  nuget
GW2.NET
A user friendly wrapper around the official GW2 API
Stars: ✭ 18 (-43.75%)
Mutual labels:  nuget
BingMapsSDSToolkit
This toolkit makes it easy to use the Bing Maps Spatial Data Services (SDS) in .NET
Stars: ✭ 39 (+21.88%)
Mutual labels:  nuget
Apos.Shapes
Shape rendering in MonoGame.
Stars: ✭ 21 (-34.37%)
Mutual labels:  nuget
plugins
Officially supported Psi plugins
Stars: ✭ 52 (+62.5%)
Mutual labels:  xmpp
Citrus.Avalonia
Modern styles for Avalonia controls.
Stars: ✭ 326 (+918.75%)
Mutual labels:  nuget

Ubiety XMPP Core

Logo of the project

Your XMPP choice for .NET Core

Branch Quality Travis CI Appveyor Coverage
Master CodeFactor Build Status Build status Coverage Status
Develop CodeFactor Build Status Build status Coverage Status

XMPP is not dying and this library will help keep it alive. You can use this to develop a client for this popular messaging protocol and soon it will support small server instances.

Installing / Getting started

Ubiety XMPP Core is available from NuGet

dotnet package install Ubiety.Xmpp.Core

You can also use your favorite NuGet client.

Developing

Here's a brief intro about what a developer must do in order to start developing the project further:

git clone https://github.com/ubiety/Ubiety.Xmpp.Core.git
cd Ubiety.Xmpp.Core
dotnet restore

Clone the repository and then restore the development requirements. You can use any editor, Rider, VS Code or VS 2017. The library supports all .NET Core platforms.

Building

Building is simple

dotnet build

Deploying / Publishing

git pull
versionize
dotnet pack
dotnet nuget push
git push

Contributing

When you publish something open source, one of the greatest motivations is that anyone can just jump in and start contributing to your project.

These paragraphs are meant to welcome those kind souls to feel that they are needed. You should state something like:

"If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome."

If there's anything else the developer needs to know (e.g. the code style guide), you should link it here. If there's a lot of things to take into consideration, it is common to separate this section to its own file called CONTRIBUTING.md (or similar). If so, you should say that it exists here.

Links

Sponsors

Gold Sponsors

Gold Sponsors

Silver Sponsors

Silver Sponsors

Bronze Sponsors

Bronze Sponsors

Licensing

The code in this project is licensed under the Apache License version 2.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].