XMPP icon indicating copy to clipboard operation
XMPP copied to clipboard

Pure Swift XMPP library

Results 4 XMPP issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to connect to an XMPP server via WebSocket rather than the raw TCP socket. This is a defined standard documented here [RFC 7395](https://tools.ietf.org/html/rfc7395)....

Howdy! Glad to see someone is working on a Swift NIO XMPP implementation. Instead of writing your own XML parser and generator from scratch, it might be nice to leverage...

The router should take inspiration from Go Fluux XMPP library: https://github.com/FluuxIO/go-xmpp/blob/master/router.go