Skip to content

QXmpp 1.2.1

Compare
Choose a tag to compare
@lnjX lnjX released this 31 Mar 23:22
· 1277 commits to master since this release
v1.2.1
3ab1d34

This release contains some bug fixes that have been found in the last two
months. Also, the coverage has slightly improved due to new unit tests for the
bug fixes.

Fixes:

  • QXmppRegistrationManager: Fix failed and succeeded signals are both emitted on success (#260, @melvo)
  • QXmppMessageReceiptManager: Fix receipts are sent on error messages (#269, @TheBluestBird)
  • QXmppVCardManager: Fix clientVCardReceived() not emitted when IQ is from the bare JID of the user (#281, @melvo, @lnjX)
  • QXmppRosterManager: Fix 'ask' attribute is included when renaming item (#262, @melvo, @lnjX)
  • QXmppRosterIq: Add missing implementation of the copy constructor (@lnjX)