March 2018
Beginner to intermediate
410 pages
10h 40m
English
In order to use XMPP in your projects, the easiest way is to use a predefined client library. Such a library will help you with the basics of connecting and maintaining an XMPP connection, allow you to define and add extensions, send and receive stanzas, and so on. It will also provide you with a basic set of extensions already implemented, and a mechanism to add plugins.
In this book, we will use the Waher.Networking.XMPP client library, written in C#. It's available on GitHub and as NuGets (in two versions: one .NET Standard and one ...
Read now
Unlock full access