Yaaf.Xmpp.Runtime
0.0.3
See the version list below for details.
dotnet add package Yaaf.Xmpp.Runtime --version 0.0.3
NuGet\Install-Package Yaaf.Xmpp.Runtime -Version 0.0.3
<PackageReference Include="Yaaf.Xmpp.Runtime" Version="0.0.3" />
paket add Yaaf.Xmpp.Runtime --version 0.0.3
#r "nuget: Yaaf.Xmpp.Runtime, 0.0.3"
// Install Yaaf.Xmpp.Runtime as a Cake Addin #addin nuget:?package=Yaaf.Xmpp.Runtime&version=0.0.3 // Install Yaaf.Xmpp.Runtime as a Cake Tool #tool nuget:?package=Yaaf.Xmpp.Runtime&version=0.0.3
A base runtime for any application using XMPP as communication layer.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FSharp.Core (>= 3.1.2.1)
- Yaaf.DependencyInjection (>= 1.1.0)
- Yaaf.DependencyInjection.SimpleInjector (>= 1.1.3)
- Yaaf.FSharp.Helper (>= 0.1.5)
- Yaaf.Sasl (>= 1.0.1)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Yaaf.Xmpp.Runtime:
Package | Downloads |
---|---|
Yaaf.Xmpp.ServiceDiscovery
A XEP-0030 (Service-Discovery) implementation. |
|
Yaaf.Xmpp.IM
A full XMPP.IM implementation strictly following the RFC specification. |
|
Yaaf.MessageArchiveManager
A library for managing xmpp messages in various back-ends. |
|
Yaaf.Xmpp.MessageArchiving
A XEP-0136 library implementation. |
|
Yaaf.Xmpp.VCard
XEP-0054: vcard-temp (http://xmpp.org/extensions/xep-0054.html). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Use Rebind to support SimpleInjector.
Improve some exit code handling (exception handling).
Make XmppClient and XmppRuntime disposable to cleanup the worker thread.