blob: 28ea8d52f71e2fbc28b53976fa6f4fb3ee89008d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
QXmpp 0.3.0 (Unreleased)
------------------------
- New XEPs
* XEP-0153: vCard-Based Avatars
* XEP-0202: Entity Time
- New Classes
* QXmppServer: base class for building XMPP servers
* QXmppVersionManager: manager class for XEP-0092: Software Version
* QXmppDiscoveryManager: manager class for XEP-0030: Service Discovery
* QXmppClientExtension: base class for managers
* Refactor QXmppVCardManager to use QXmppClientExtension
- New Examples
* example_9_vCard: vCard handling example
- Deprecation
* QXmppVCard class name changed to QXmppVCardIq
* Signal QXmppClient::discoveryIqReceived in favour of
QXmppDiscoveryManager::infoReceived and QXmppDiscoveryManager::itemsReceived
- Add support for DNS SRV lookups, meaning you can connect to nearly all
servers using only a JID and a password.
- Improve support for SASL authentication, with a verification of the second
challenge message sent by the server.
- Add support for the birthday and URL attributes in vCards.
- Improve STUN support for VoIP calls by detecting server-reflexive address.
- Add QXMPP_VERSION and QXmppVersion() for compile and run time version check
QXmpp 0.2.0 (Aug 22, 2010)
--------------------------
- New XEPs
* XEP-0030: Service Discovery
* XEP-0045: Multi-User Chat
* XEP-0047: In-Band Bytestreams
* XEP-0054: vcard-temp
* XEP-0065: SOCKS5 Bytestreams
* XEP-0078: Non-SASL Authentication
* XEP-0082: XMPP Date and Time Profiles
* XEP-0085: Chat State Notifications
* XEP-0091: Legacy Delayed Delivery
* XEP-0092: Software Version
* XEP-0095: Stream Initiation
* XEP-0096: SI File Transfer
* XEP-0115: Entity Capabilities
* XEP-0128: Service Discovery Extensions
* XEP-0166: Jingle
* XEP-0167: Jingle RTP Sessions
* XEP-0199: XMPP Ping
* XEP-0203: Delayed Delivery
* XEP-0009: Jabber-RPC
* XEP-0004: Data Forms
- New XEPs (Initial Support)
* XEP-0136: Message Archiving
* XEP-0176: Jingle ICE-UDP Transport Method [Experimental]
- New authentication schemes
* DIGEST-MD5
* SASL
* NonSASL
* Anonymous
- Add doxygen documentation
- Add targets in *.pro file for packaging, installing and generating documentation
- Use QXmlStreamWriter while creating stanzas to be sent to the server
- Clean up getter accessors from "getFoo" to "foo"
- Add proper file transfer management
- Add support for keep-alive pings
- Report authentication errors
- Automatic reconnection mechanism
- Test suite for stanza parsing/serialisation
- Refactor the logging code
- Add proxy support
- Fixed compile time warning messages
- New examples
- Support for attaching an extension element to messages and presences (QXmppElement)
- Move parsing to the stanzas itself QXmppStanza::parse()
- QXMPP_NO_GUI define to remove dependency on QtGui
- Change QXmppRoster to QXmppRosterManager to have a consistent API
QXmpp 0.1 (Jun 14, 2009)
------------------------
- First public release
|