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
/
QXmppStream.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename "source" directory to "src"
Jeremy Lainé
2010-08-11
1
-1120
/
+0
*
reassign copyright to "The QXmpp developers"
Jeremy Lainé
2010-08-10
1
-1
/
+1
*
move Jabber-RPC handling alongside other extensions
Jeremy Lainé
2010-08-09
1
-19
/
+21
*
start moving some code to QXmppStreamPrivate
Jeremy Lainé
2010-08-09
1
-24
/
+32
*
whitespace cleanup
Jeremy Lainé
2010-08-09
1
-1
/
+1
*
check SSL is available before enabling TLS
Jeremy Lainé
2010-08-09
1
-5
/
+13
*
clarify StartTls code
Jeremy Lainé
2010-08-09
1
-33
/
+26
*
inline sendAuthPlain and sendAuthMd5, they don't really help readability
Jeremy Lainé
2010-08-09
1
-19
/
+10
*
clarify SASL mechanism selection
Jeremy Lainé
2010-08-09
1
-38
/
+33
*
add support for SASL Anonymous authentication (issue #57)
Jeremy Lainé
2010-08-09
1
-0
/
+6
*
fully parse JID returned in Bind IQ, needed for SASL anonymous authentication...
Jeremy Lainé
2010-08-09
1
-3
/
+12
*
tighten regex for stream start/end (issue #58)
Jeremy Lainé
2010-08-09
1
-10
/
+4
*
fix memory leak in QXmppStream constructor
Jeremy Lainé
2010-07-26
1
-2
/
+2
*
add support for parsing Jingle IQs
Jeremy Lainé
2010-07-16
1
-0
/
+12
*
add XEP-0115 : Entity Capabilities to QXmppStream
Jeremy Lainé
2010-07-15
1
-3
/
+58
*
avoid un-necessary emissions of iqReceived()
Jeremy Lainé
2010-06-29
1
-19
/
+2
*
cleanup & test more IQ handling
Jeremy Lainé
2010-06-29
1
-48
/
+36
*
move subscription auto-accept to QXmppRoster
Jeremy Lainé
2010-06-29
1
-32
/
+2
*
more logging cleanup
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
1
-6
/
+13
*
fix detection of Muc iqs
Jeremy Lainé
2010-06-07
1
-4
/
+4
*
add QXmppMucAdminIq to administer chat room members
Jeremy Lainé
2010-06-07
1
-0
/
+7
*
make QXmppStream emit signal for XEP-0045 owner IQs
Jeremy Lainé
2010-06-07
1
-8
/
+16
*
cleanup accessors for errors
Jeremy Lainé
2010-06-04
1
-2
/
+2
*
make QXmppStream independent from QXmppClient
Jeremy Lainé
2010-06-04
1
-3
/
+6
*
fix typo in "m_sessionAvailable"
Jeremy Lainé
2010-06-04
1
-3
/
+3
*
move QXmppConfiguration to QXmppStream
Jeremy Lainé
2010-06-04
1
-1
/
+1
*
rename QXmppStream::getConfiguration to QXmppStream::configuration
Jeremy Lainé
2010-06-04
1
-30
/
+30
*
use signal/slot to handle RPC
Jeremy Lainé
2010-06-04
1
-1
/
+1
*
move transfer manager from QXmppStream to QXmppClient
Jeremy Lainé
2010-06-04
1
-33
/
+0
*
transfer logger ownership to QXmppStream
Jeremy Lainé
2010-06-04
1
-5
/
+22
*
move vCard manager out of QXmppStream
Jeremy Lainé
2010-06-04
1
-10
/
+0
*
move archive management to QXmppArchiveManager
Jeremy Lainé
2010-06-04
1
-18
/
+0
*
move roster ownership to QXmppClient, so that a QXmppStream can be created wi...
Jeremy Lainé
2010-06-04
1
-12
/
+8
*
move roster management out of QXmppStream
Jeremy Lainé
2010-06-04
1
-58
/
+3
*
sending the initial presence is QXmppClient's responsability, not QXmppStream
Jeremy Lainé
2010-06-04
1
-8
/
+0
*
don't send packets if socket is not connected
Jeremy Lainé
2010-06-04
1
-0
/
+2
*
make QXmppClient::sendPacket return a boolean to know whether a packet was ac...
Jeremy Lainé
2010-06-04
1
-4
/
+4
*
don't use a dedicated signal to signal arrival of QXmppVersionIq
Jeremy Lainé
2010-05-26
1
-2
/
+1
*
don't store received IQs to a QXmppIq before emitting iqReceived,
Jeremy Lainé
2010-05-26
1
-28
/
+18
*
don't use deprecated QXmppPresence accessors
Jeremy Lainé
2010-05-17
1
-1
/
+1
*
add QXmppStream::isConnected() to determine whether stream is connected
Jeremy Lainé
2010-05-17
1
-0
/
+5
*
report authentication errors
Jeremy Lainé
2010-05-11
1
-3
/
+9
*
don't systematically dump tag / namespace, pollutes logs
Jeremy Lainé
2010-04-26
1
-1
/
+0
*
move QXmppRosterIq parsing out of QXmppStream
Jeremy Lainé
2010-04-15
1
-30
/
+5
*
support for multiple groups information
Manjeet Dahiya
2010-04-13
1
-2
/
+8
*
bug fix with groups information in roster
Manjeet Dahiya
2010-04-13
1
-1
/
+1
*
tighten checks on received discovery IQs
Jeremy Lainé
2010-03-16
1
-1
/
+2
*
add support for keep alive
Jeremy Lainé
2010-03-10
1
-0
/
+63
*
fix logging of incoming/outgoing packets
Jeremy Lainé
2010-03-09
1
-11
/
+8
[next]