Skip to content

Mini XMPP is an minimal XMPP library capable of processing XML elements from the jabber protocol.

License

Notifications You must be signed in to change notification settings

nathan130200/MiniXMPP

Repository files navigation

Mini XMPP

Mini XMPP is an minimal XMPP library capable of processing XML elements from the jabber protocol.

The difference between this and my other XmppSharp library is because this library is more focused on prototyping, simple projects or resource-limited environments.

It does not implement any RFC's or XEP's of the XMPP protocol, all processing must be done manually.

It has a standard parser built on top of .NET's Xml Reader that fully meets the needs of the XMPP protocol.

Install this library through NuGet.

About

Mini XMPP is an minimal XMPP library capable of processing XML elements from the jabber protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages