Skip to content

v0.2.0

Compare
Choose a tag to compare
@scrogson scrogson released this 08 Sep 21:47
· 210 commits to master since this release
  • Improvements
    • Hedwig.whereis/1 can be used to return the pid of a client by the jid
    • Clients are now supervised via :simple_one_for_one and can be
      started/stopped via Hedwig.start_client/1 and Hedwig.stop_client/1
    • Supports inband registration via Stanza.set_inband_register/2
    • Supports subscribing to a PubSub node via Stanza.subscribe/3
  • Backwards Incompatible Changes
    • Clients are no longer configured via config.exs. Instead you must now manage
      starting/stopping clients via Hedwig.start_client/1 and Hedwig.stop_client/1

Release Diff: scrogson/hedwig@v0.1.0...v0.2.0