index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
QXmppStream.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
cosmetics
Manjeet Dahiya
2010-08-17
1
-2
/
+2
|
*
delegate stream features parsing to QXmppStreamFeatures
Jeremy Lainé
2010-08-16
1
-44
/
+14
|
*
* don't initialise random number generator multiple times, breaks randomness
Jeremy Lainé
2010-08-13
1
-5
/
+10
|
|
|
|
|
* make QXmppStream easier to subclass, e.g. for a server
*
instead of using a hard-coded stream start to make full XML stanzas,
Jeremy Lainé
2010-08-12
1
-3
/
+4
|
|
|
|
|
use the one that was actually received
*
move roster-specific code out of QXmppStream
Jeremy Lainé
2010-08-12
1
-23
/
+0
|
*
rename "QXmppStream::sendToServer" to "QXmppStream::sendData"
Jeremy Lainé
2010-08-12
1
-10
/
+10
|
*
reindent QXmppStream
Jeremy Lainé
2010-08-12
1
-408
/
+409
|
*
make it possible to specify the QSslSocket that a stream operates on
Jeremy Lainé
2010-08-12
1
-2
/
+2
|
*
split stream parser
Jeremy Lainé
2010-08-12
1
-23
/
+30
|
*
rework non-sasl auth
Jeremy Lainé
2010-08-12
1
-20
/
+27
|
*
make QXmppNonSASLAuthIq parsing/serialisation symetric
Jeremy Lainé
2010-08-12
1
-6
/
+7
|
*
start refactoring and testing non-SASL auth
Jeremy Lainé
2010-08-12
1
-9
/
+10
|
*
only enable TLS if supported by BOTH parties
Jeremy Lainé
2010-08-11
1
-4
/
+3
|
*
store a pointer to a QSslSocket instead a QSslSocket
Jeremy Lainé
2010-08-11
1
-22
/
+24
|
*
clarify QXmppStream::parser by exiting earlier
Jeremy Lainé
2010-08-11
1
-465
/
+448
|
*
hide QXmppStream's member variables
Jeremy Lainé
2010-08-11
1
-56
/
+82
|
*
rename "source" directory to "src"
Jeremy Lainé
2010-08-11
1
-0
/
+1120