All Projects → ubiety → Xmpp

ubiety / Xmpp

Licence: lgpl-3.0
An XMPP library written for .Net in C#.

Labels

Projects that are alternatives of or similar to Xmpp

Entrypoint
Composable CLI Argument Parser for all modern .Net platforms.
Stars: ✭ 136 (-17.58%)
Mutual labels:  nuget
Msbuild.sdk.sqlproj
An MSBuild SDK that provides similar functionality to SQL Server Data Tools (.sqlproj) projects
Stars: ✭ 142 (-13.94%)
Mutual labels:  nuget
Megaapiclient
MegaApiClient is a C# .Net library to access http://mega.co.nz / http://mega.nz cloud storage and file hosting service.
Stars: ✭ 151 (-8.48%)
Mutual labels:  nuget
Wkhtmltopdf.netcore
Rotativa + Net Core
Stars: ✭ 137 (-16.97%)
Mutual labels:  nuget
Zipstorer
A Pure C# Class to Store Files in Zip
Stars: ✭ 139 (-15.76%)
Mutual labels:  nuget
Eventflow
Async/await first CQRS+ES and DDD framework for .NET
Stars: ✭ 1,932 (+1070.91%)
Mutual labels:  nuget
Sessionstorage
A library to provide access to session storage in Blazor applications
Stars: ✭ 132 (-20%)
Mutual labels:  nuget
Citrus.avalonia
Modern styles for Avalonia controls.
Stars: ✭ 161 (-2.42%)
Mutual labels:  nuget
Plugin.audiorecorder
Audio Recorder plugin for Xamarin and Windows
Stars: ✭ 140 (-15.15%)
Mutual labels:  nuget
Filepicker Plugin For Xamarin And Windows
FilePicker Plugin for Xamarin and Windows
Stars: ✭ 151 (-8.48%)
Mutual labels:  nuget
Owaspheaders.core
A .NET Core middleware for injecting the Owasp recommended HTTP Headers for increased security
Stars: ✭ 138 (-16.36%)
Mutual labels:  nuget
Unitconversion
Expansible Unit Conversion Library for .Net Core and .Net Framework
Stars: ✭ 139 (-15.76%)
Mutual labels:  nuget
Ether.network
https://github.com/Eastrall/Sylver
Stars: ✭ 147 (-10.91%)
Mutual labels:  nuget
Bingmapsresttoolkit
This is a portable class library which makes it easy to access the Bing Maps REST services from .NET.
Stars: ✭ 136 (-17.58%)
Mutual labels:  nuget
Confluent Kafka Dotnet
Confluent's Apache Kafka .NET client
Stars: ✭ 2,110 (+1178.79%)
Mutual labels:  nuget
Crashreporter.net
Send crash reports of your classic desktop application developed using .NET Framework directly to your mail's inbox with full exception report, stack trace and screenshot.
Stars: ✭ 134 (-18.79%)
Mutual labels:  nuget
Steamkit
SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
Stars: ✭ 1,926 (+1067.27%)
Mutual labels:  nuget
Identityserver4.ldapextension
IdentityServer4 Ldap Extension (OpenLdap or ActiveDirectory)
Stars: ✭ 163 (-1.21%)
Mutual labels:  nuget
Stock.indicators
Stock indicator technical analysis library package for .NET. Send in historical price quotes and get back desired technical indicators. Nothing more. It can be used in any market analysis software using standard OHLCV price quotes for equities, commodities, forex, cryptocurrencies, and others. We had private trading algorithms, machine learning, and charting systems in mind when originally creating this community library. Current indicators include: Accumulation/Distribution Line (ADL), Aroon Oscillator, Arnaud Legoux Moving Average (ALMA), Average Directional Index (ADX), Average True Range (ATR), Awesome Oscillator (AO), Balance of Power (BOP), Beta Coefficient, Bollinger Bands®, Chaikin Money Flow (CMF), Chaikin Oscillator, Chandelier Exit, Choppiness Index (CHOP), Commodity Channel Index (CCI), ConnorsRSI, Correlation Coefficient, Donchian Channels, Double Exponential Moving Average (DEMA), Elder-ray Index, Exponential Moving Average (EMA), Force Index, Fractal Chaos Bands (FCB), Gator Oscillator, Heikin-Ashi, Hull Moving Average (HMA), Ichimoku Cloud, Kaufman's Adaptive Moving Average (KAMA), KDJ Index, Keltner Channels, Momentum Oscillator, Money Flow Index (MFI), MESA Adaptive Moving Averages (MAMA), Moving Average Convergence/Divergence (MACD), Moving Average Envelopes, On-balance Volume (OBV), Parabolic SAR (stop and reverse), Percentage Volume Oscillator (PVO), Pivot Points and Rolling Pivot Points, Price Channels, Price (Comparative) Relative Strength (PRS), Price Momentum Oscillator (PMO), Rate of Change (ROC), Relative Strength Index (RSI), R-Squared (Coefficient of Determination), Simple Moving Average (SMA), Slope and Linear Regression, Smoothed Moving Average (SMMA), Standard Deviation, Stoller Average Range Channel (STARC) Bands, Stochastic Oscillator, Stochastic RSI, SuperTrend, Tillson T3 Moving Average, Triple Exponential Moving Average (TEMA), Triple EMA Oscillator (TRIX), True Strength Index (TSI), Ulcer Index, Ultimate Oscillator, Volume Simple Moving Average, Volume Weighted Average Price (VWAP), Vortex Indicator (VI), Weighted Moving Average (WMA), Williams %R, Williams Alligator, Williams Fractal, and Zig Zag.
Stars: ✭ 157 (-4.85%)
Mutual labels:  nuget
Dotnetcore
.NET 5 Nuget Packages.
Stars: ✭ 146 (-11.52%)
Mutual labels:  nuget

Ubiety XMPP Library

NOTICE ARCHIVED - Please use Ubiety.Xmpp.Core

Ubiety is an extensible XMPP library written in C# to be easy and powerful.

Build status NuGet version CLA assistant

Installing

Install from NuGet using: Install-Package UbietyXMPP

Example

using Ubiety;
using Ubiety.Common;

public class Test {
    public static void Main() {
        Xmpp ubiety = new Xmpp();
        ubiety.Settings.ID = new JID("[email protected]");
        ubiety.Settings.Password = "test";
        
        ubiety.Connect();
    }
}

XEPs

  • XEP-0106 JID Escaping
  • XEP-0138 Stream Compression
  • XEP-0198 Stream Management (In Progress)

Support

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].