XmppSharp 1.4.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package XmppSharp --version 1.4.2
NuGet\Install-Package XmppSharp -Version 1.4.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XmppSharp" Version="1.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XmppSharp --version 1.4.2
#r "nuget: XmppSharp, 1.4.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install XmppSharp as a Cake Addin
#addin nuget:?package=XmppSharp&version=1.4.2

// Install XmppSharp as a Cake Tool
#tool nuget:?package=XmppSharp&version=1.4.2

XMPP#

github

A manipulation library and utility for XMPP inspired by the classic agsXMPP library (developed by AG-Software). The main objective of this library is to reduce the level of unnecessary verbosity for constructing XML tags.

Changelog

  • 1.4.0

    • BREAKING CHANGES
      • Some types renamed or will be moved to another files/namespaces!
    • Added target support for .NET 6.
    • Add service discovery elements.
    • Enhance JID construction.
    • Make JID records types again, but keep setters instead init-only.
    • Jid.Empty now provide a empty jid instance.
    • Jid(string jid) contructor will try parse as full jid before set domain component.
    • Added ReadOnlyJid that wraps Jid instance into a read-only struct for immutable/exposing.
    • Added ReadOnlyJid.Empty static helper to fast create its instance.
    • ReadOnlyJid has proper ways to cast between Jid and other ReadOnlyJid instances.
    • Added helper method to convert XElement objects into Xmpp Sharp Element objects.
    • Begin add XML docstrings in types/methods/fields/properties etc.
  • 1.4.1

    • Fix NRE while setting attribute with SetAttributeValue
  • 1.4.2

    • Minor changes & fixes.
    • Added helper methods to fast get functions to parse primitive types.
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on XmppSharp:

Package Downloads
XmppSharp.Expat

XMPP# expat parser implementation.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.1 0 5/21/2024
3.2.0 58 5/14/2024
3.1.1 85 4/28/2024
3.1.0 105 4/17/2024
3.0.0 92 4/16/2024
2.0.1 115 4/12/2024
1.4.2 99 4/2/2024