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
*
add XEP-0115 : Entity Capabilities to QXmppStream
Jeremy Lainé
2010-07-15
2
-3
/
+61
*
add support for generating XEP-0115 verification strings
Jeremy Lainé
2010-07-15
2
-1
/
+63
*
add some namespace definitions
Jeremy Lainé
2010-07-15
2
-0
/
+4
*
add tests for HMAC-MD5
Jeremy Lainé
2010-07-13
2
-3
/
+30
*
add namespace declarations for Jingle
Jeremy Lainé
2010-07-13
2
-0
/
+11
*
add crc32 and hmac-sha1 calculation routines
Jeremy Lainé
2010-07-13
2
-3
/
+119
*
use QFlags for safe access to supported transfer methods
Jeremy Lainé
2010-07-12
2
-7
/
+10
*
add accessor to test whether a client is connected
Jeremy Lainé
2010-07-08
2
-0
/
+9
*
update MUC iqs for new QXmppIq API
Jeremy Lainé
2010-07-08
2
-10
/
+8
*
make QXmppIq::getTypeStr and QXmppIq::setTypeFromStr private
Jeremy Lainé
2010-07-08
1
-1
/
+1
*
use parseElementFromChild in all IQ classes
Jeremy Lainé
2010-07-08
18
-85
/
+61
*
add QXmppIq::parseElementFromChild() to make it symetrical to parsing
Jeremy Lainé
2010-07-08
2
-2
/
+7
*
improve QXmppElement serialisation
Jeremy Lainé
2010-07-08
1
-2
/
+6
*
avoid un-necessary emissions of iqReceived()
Jeremy Lainé
2010-06-29
1
-19
/
+2
*
cleanup & test more IQ handling
Jeremy Lainé
2010-06-29
10
-70
/
+120
*
add unit tests for QXmpp parsing (not compiled for now)
Jeremy Lainé
2010-06-29
2
-0
/
+201
*
add support for XEP-0203: Delayed Delivery
Jeremy Lainé
2010-06-29
4
-9
/
+44
*
don't write milliseconds when they are zero
Jeremy Lainé
2010-06-29
1
-1
/
+5
*
restore original from/to order in serialization
Jeremy Lainé
2010-06-29
1
-1
/
+1
*
don't add "show" and "status" to presence if empty
Jeremy Lainé
2010-06-29
1
-2
/
+5
*
add support for XEP-0091: Legacy Delayed Delivery
Jeremy Lainé
2010-06-29
2
-8
/
+59
*
move subscription auto-accept to QXmppRoster
Jeremy Lainé
2010-06-29
3
-40
/
+20
*
more logging cleanup
Jeremy Lainé
2010-06-23
3
-4
/
+11
*
remove gratuitous header inclusion
Jeremy Lainé
2010-06-23
1
-1
/
+1
*
tidy up QXmppStream logging so that we can set a null logger
Jeremy Lainé
2010-06-23
6
-21
/
+38
*
* rename getArchiveManager to archiveManager
Jeremy Lainé
2010-06-23
2
-4
/
+4
*
initial integration of QXmppMucManager
Jeremy Lainé
2010-06-23
2
-1
/
+18
*
add initial version of QXmppMucManager
Jeremy Lainé
2010-06-23
3
-0
/
+243
*
when we receive a roster "set" iq (push), store updated entries
Jeremy Lainé
2010-06-22
1
-0
/
+9
*
QXmppReconnectionManager should not alter the client's initial presence
Jeremy Lainé
2010-06-10
1
-1
/
+1
*
fix detection of Muc iqs
Jeremy Lainé
2010-06-07
1
-4
/
+4
*
fix parsing of QXmppMucAdminIq
Jeremy Lainé
2010-06-07
1
-4
/
+4
*
add QXmppMucAdminIq to administer chat room members
Jeremy Lainé
2010-06-07
4
-1
/
+164
*
make QXmppStream emit signal for XEP-0045 owner IQs
Jeremy Lainé
2010-06-07
2
-8
/
+20
*
add QXmppMucIq class for multi-user chat room configuration
Jeremy Lainé
2010-06-07
3
-0
/
+114
*
add a description for QXmppDataForm
Jeremy Lainé
2010-06-07
1
-0
/
+4
*
cleanup error/logger accessors
Jeremy Lainé
2010-06-04
4
-24
/
+16
*
cleanup accessors for errors
Jeremy Lainé
2010-06-04
3
-6
/
+6
*
convert DOS end of lines
Jeremy Lainé
2010-06-04
6
-1027
/
+1027
*
make QXmppStream independent from QXmppClient
Jeremy Lainé
2010-06-04
4
-26
/
+25
*
fix typo in "m_sessionAvailable"
Jeremy Lainé
2010-06-04
2
-4
/
+4
*
move QXmppConfiguration to QXmppStream
Jeremy Lainé
2010-06-04
4
-16
/
+16
*
rework manager ownership
Jeremy Lainé
2010-06-04
9
-16
/
+19
*
fix signal/slot connection
Jeremy Lainé
2010-06-04
1
-1
/
+1
*
use QXmppStream::configuration
Jeremy Lainé
2010-06-04
1
-5
/
+5
*
rename QXmppStream::getConfiguration to QXmppStream::configuration
Jeremy Lainé
2010-06-04
3
-32
/
+32
*
use signal/slot to handle RPC
Jeremy Lainé
2010-06-04
4
-4
/
+10
*
move transfer manager from QXmppStream to QXmppClient
Jeremy Lainé
2010-06-04
6
-78
/
+77
*
transfer logger ownership to QXmppStream
Jeremy Lainé
2010-06-04
4
-11
/
+33
*
move vCard manager out of QXmppStream
Jeremy Lainé
2010-06-04
7
-24
/
+23
[next]