Skip to content

Commit 75531f4

Browse files
remicornierejsautret
authored andcommitted
Change log pub sub (#143)
* PubSub protocol support Added support for : - XEP-0050 (Command)) - XEP-0060 (PubSub) - XEP-0004 (Forms) Fixed the NewClient function by adding parsing of the domain from the JID if no domain is provided in transport config. Updated xmpp_jukebox example * Delete useless pubsub errors * README.md update Fixed import in echo example * Typo * Fixed raw send on client example * Fixed jukebox example and added a README.md * Changelog v0.4.0
1 parent 947fcf0 commit 75531f4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Fluux XMPP Changelog
22

3+
## v0.4.0
4+
5+
### Changes
6+
7+
- Added support for XEP-0060 (PubSub)
8+
(no support for 6.5.4 Returning Some Items yet as it needs XEP-0059, Result Sets)
9+
- Added support for XEP-0050 (Commands)
10+
- Added support for XEP-0004 (Forms)
11+
- Updated the client example with a TUI
12+
- Make keepalive interval configurable #134
13+
- Fix updating of EventManager.CurrentState #136
14+
- Added callbacks for error management in Component and Client. Users must now provide a callback function when using NewClient/Component.
15+
- Moved JID from xmpp package to stanza package
16+
317
## v0.3.0
418

519
### Changes

0 commit comments

Comments
 (0)