index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
Commit message (
Expand
)
Author
Age
Files
Lines
*
make QXmppElement API closer to QDomElement
Jeremy Lainé
2010-02-19
2
-36
/
+117
*
report support for XEP-0085
Jeremy Lainé
2010-02-18
1
-0
/
+4
*
add support for XEP-0085 : Chat State Notifications
Jeremy Lainé
2010-02-18
4
-1
/
+58
*
parse generic IQs
Jeremy Lainé
2010-02-18
1
-0
/
+2
*
before disconnecting from server, flush the socket otherwise we never send th...
Jeremy Lainé
2010-02-18
1
-0
/
+1
*
move parsing of XMPP messages to QXmppMessage
Jeremy Lainé
2010-02-18
4
-54
/
+30
*
move stanza error parsing to QXmppStanza
Jeremy Lainé
2010-02-18
2
-0
/
+33
*
make it possible to send presence's with extensions
Jeremy Lainé
2010-02-18
1
-0
/
+1
*
use QXmppElementList for QXmppDiscoveryIq
Jeremy Lainé
2010-02-18
2
-5
/
+5
*
use QXmppElementList and introduce QXmppIq::parse()
Jeremy Lainé
2010-02-18
2
-5
/
+21
*
introduce QXmppElementList
Jeremy Lainé
2010-02-18
2
-5
/
+38
*
add some namespace declarations for multi-user chats
Jeremy Lainé
2010-02-18
2
-0
/
+12
*
fix typo
Jeremy Lainé
2010-02-15
1
-1
/
+1
*
revert changes to discovery query items
Jeremy Lainé
2010-02-15
2
-12
/
+35
*
rework generic Iq items access
Jeremy Lainé
2010-02-15
2
-27
/
+8
*
rework discovery Iq serialization
Jeremy Lainé
2010-02-15
1
-4
/
+0
*
make use of QXmppIq::getQueryItems and ::setQueryItems
Jeremy Lainé
2010-02-15
2
-31
/
+12
*
add generic access to Iq query elements
Jeremy Lainé
2010-02-15
2
-1
/
+36
*
make it possible to get/set QXmppElement value
Jeremy Lainé
2010-02-15
2
-4
/
+22
*
make it possible to attach an extension element to messages and presences
Jeremy Lainé
2010-02-12
5
-1
/
+31
*
* make it possible to test QXmppElement for nullity
Jeremy Lainé
2010-02-12
2
-0
/
+10
*
add support for nest QXmppElements
Jeremy Lainé
2010-02-12
2
-1
/
+31
*
fix parsing of discovery items
Jeremy Lainé
2010-02-12
1
-1
/
+1
*
add missing QXmppArchiveIq.* files to source.pro
Jeremy Lainé
2010-02-12
1
-0
/
+2
*
rework service discovery to use a generic QXmppElement
Jeremy Lainé
2010-02-12
5
-67
/
+134
*
documentation updates
Manjeet Dahiya
2010-02-12
2
-14
/
+159
*
documentation updates
Manjeet Dahiya
2010-02-12
1
-3
/
+3
*
add a configuration item to decide whether to ignore SSL errors (issue #42)
Jeremy Lainé
2010-02-11
3
-1
/
+25
*
do not include "thread" and "subject" elements in messages if empty
Jeremy Lainé
2010-02-11
1
-2
/
+4
*
integrate support for XEP-0030 : Service Discovery
Jeremy Lainé
2010-02-11
4
-0
/
+20
*
add support for XEP-0030 : Service Discovery
Jeremy Lainé
2010-02-11
5
-0
/
+200
*
add ArchiveIq.[h,cpp] to source.pro
Jeremy Lainé
2010-02-04
1
-0
/
+2
*
integrate XEP-0136 into QXmppClient
Jeremy Lainé
2010-02-03
2
-0
/
+11
*
integrate XEP-0136 into QXmppStream
Jeremy Lainé
2010-02-03
3
-1
/
+54
*
add initial XEP-0136 IQs and manager
Jeremy Lainé
2010-02-03
4
-0
/
+501
*
documentation
Manjeet Dahiya
2010-02-01
1
-2
/
+4
*
Add XEP-0199:XMPP Ping support
Manjeet Dahiya
2010-02-01
1
-0
/
+8
*
reply to server -> client XMPP Ping (XEP-1099)
Jeremy Lainé
2010-02-01
2
-1
/
+12
*
add QXmppPingIq class for XEP-0199 pings
Jeremy Lainé
2010-02-01
5
-0
/
+90
*
fix typo in call to getNickName()
Jeremy Lainé
2010-02-01
1
-1
/
+1
*
add nickname when serializing vCard
Jeremy Lainé
2010-02-01
1
-0
/
+2
*
report XMPP stream errors (issue #40)
Jeremy Lainé
2010-02-01
4
-2
/
+33
*
add support for vCard nickname (issue #38)
Jeremy Lainé
2010-02-01
2
-0
/
+16
*
change include of <xmlrpc.h> to "xmlrpc.h" (issue #36)
Jeremy Lainé
2010-02-01
1
-1
/
+1
*
include QImage in QXmppUtils (issue #35)
Jeremy Lainé
2010-02-01
1
-0
/
+1
*
Split interfaces correctly
Ian Geiser
2009-11-12
1
-1
/
+2
*
This is the rest of XEP-009. This needs some cleanup and testing still. I am...
Ian Geiser
2009-11-11
8
-4
/
+166
*
Added start of XEP-009. This is only the inteface, being able to invoke remo...
Ian Geiser
2009-11-08
15
-3
/
+1186
*
documentation update
Manjeet Dahiya
2009-11-08
1
-0
/
+5
*
documentation and rosterReceived() SIGNAL implementation
Manjeet Dahiya
2009-11-07
4
-15
/
+220
[next]