File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.2.0 (2015-08-09)
4
+
5
+ - Improvements
6
+
7
+ - ` Hedwig.whereis/1 ` can be used to return the ` pid ` of a client by the ` jid `
8
+ - Clients are now supervised via ` :simple_one_for_one ` and can be
9
+ started/stopped via ` Hedwig.start_client/1 ` and ` Hedwig.stop_client/1 `
10
+ - Supports inband registration via ` Stanza.set_inband_register/2 `
11
+ - Supports subscribing to a PubSub node via ` Stanza.subscribe/3 `
12
+
13
+ - Backwards Incompatible Changes
14
+
15
+ - Clients are no longer configured via ` config.exs ` . Instead you must now manage
16
+ starting/stopping clients via ` Hedwig.start_client/1 ` and ` Hedwig.stop_client/1 `
17
+
18
+ Release Diff: https://github.com/scrogson/hedwig/compare/v0.1.0...v0.2.0
19
+
3
20
## v0.1.0 (2015-01-04)
4
21
5
22
- Bug Fixes
You can’t perform that action at this time.
0 commit comments