v0.2.0
- Improvements
Hedwig.whereis/1
can be used to return thepid
of a client by thejid
- Clients are now supervised via
:simple_one_for_one
and can be
started/stopped viaHedwig.start_client/1
andHedwig.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 viaHedwig.start_client/1
andHedwig.stop_client/1
- Clients are no longer configured via
Release Diff: scrogson/hedwig@v0.1.0...v0.2.0