Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 503 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 503 Bytes

rust-xmpp

This is an early version of a XMPP library written in Rust. At this point in time it is mostly a testbed for RustyXML. More functionality will be available eventually, but may take time.

Features

What works:

  • Authentication
  • PLAIN
  • SCRAM-SHA-1
  • Resource binding
  • TLS (no certificate checking)

What does not work?

  • doing anything useful
  • sending stanzas
  • getting callbacks for stanzas
  • interacting with the connection