Loamen.agsXMPP
1.3.1
dotnet add package Loamen.agsXMPP --version 1.3.1
NuGet\Install-Package Loamen.agsXMPP -Version 1.3.1
<PackageReference Include="Loamen.agsXMPP" Version="1.3.1" />
paket add Loamen.agsXMPP --version 1.3.1
#r "nuget: Loamen.agsXMPP, 1.3.1"
// Install Loamen.agsXMPP as a Cake Addin #addin nuget:?package=Loamen.agsXMPP&version=1.3.1 // Install Loamen.agsXMPP as a Cake Tool #tool nuget:?package=Loamen.agsXMPP&version=1.3.1
agsXMPP is a SDK / library for the eXtensibleMessaging and Presence Protocol (XMPP) protocol written in managed C# dedicated to .NET and Mono technologies.
This SDK could be used for XMPP client, server and component development.
Here is a small sample how easy you can login to a XMPP Server and send a simple chat-message to another user in only 3 lines of code with agsXMPP:
XmppClientConnection xmpp = new XmppClientConnection("jabber.org");
xmpp.Open("myusername", "mysecret");
xmpp.OnLogin += delegate(object o) { xmpp.Send(new Message("test@jabber.org", MessageType.chat, "Hello, how are you?")); };
XMPP Features:
- SSL, TLS
- StartTLS
- SASL (PLAIN, DIGEST-MD5)
- SRV-Records
- Stringprep
- Agents
- Roster
- Presence
- Message
- Single Sign On (SSO, GSSAPI, Kerberos)
- Transporting XML-RPC over Jabber (XEP-0009)
- Jabber Browsing (XEP-0011)
- Last Activity (XEP-0012)
- Message Events (XEP-0022)
- HTTP-Polling (XEP-0025)
- Service Discovery (XEP-0030)
- Multi-User Chat (XEP-0045)
- Ad-Hoc Commands (XEP-0050)
- Vcard (XEP-0054)
- Jabber Search (XEP-0055)
- Publish Subscribe (XEP-0060)
- Out of Band Data (XEP-0066)
- XHTML-IM (XEP-0071)
- In-Band Registration (XEP-0077)
- Non-SASL Authentication (XEP-0078)
- Geographical Location (XEP-0080)
- Chat State Notifications (XEP-0085)
- Software Version (XEP-0092)
- JID Escaping (XEP-0106)
- Jabber Component Protocol (XEP-0114)
- Stream Compression (XEP-0138)
- …
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. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Loamen.agsXMPP:
Package | Downloads |
---|---|
CryptoInkLib
Mono Library for KeyStore-Management and File-Encryption |
|
SharpLibHarmony
C# library designed to automate use of Logitech Harmony Hub. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.1 | 10,575 | 9/18/2014 |