Yaaf.Xmpp.Runtime

A solid, completely asynchronous and strictly RFC conforming XMPP implementation in F#.

OTHER License

Stars
6
Committers
2

Yaaf.Xmpp.Runtime

Documentation

Build status

Development Branch

Master Branch

NuGet

Why another XMPP library/implementation?

  • For fun.
  • More flexible, than most other implementations.
  • Can be used to implement a server as well as clients.
    Historically XMPP has the problem that features are often implemented on the server or the client only and therefore unusable.
    This library encourages to write both implementations at the same time.
  • Asynchronous from the core by design (NOTE: currently we are limited by System.XML not being completely asynchronous.
    Because we currently use a mono port, but now with https://github.com/dotnet/corefx we may be able to use that instead.)
  • While called "Xmpp.Runtime" this library is flexible enough to build any kind of XML based communication on top of any kind of transportation layer.
  • Portability: This project tries to provide a framework / library usable on any device (Android, iOS, Windows Phone, Windows, Linux, MAC).
    (Not completely done, but all references are already portable! The current focus is a usable server implementation.)