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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename "source" directory to "src"
Jeremy Lainé
2010-08-11
1
-188
/
+0
*
reassign copyright to "The QXmpp developers"
Jeremy Lainé
2010-08-10
1
-1
/
+1
*
start moving some code to QXmppStreamPrivate
Jeremy Lainé
2010-08-09
1
-2
/
+3
*
clarify StartTls code
Jeremy Lainé
2010-08-09
1
-1
/
+0
*
inline sendAuthPlain and sendAuthMd5, they don't really help readability
Jeremy Lainé
2010-08-09
1
-2
/
+0
*
add support for parsing Jingle IQs
Jeremy Lainé
2010-07-16
1
-0
/
+4
*
add XEP-0115 : Entity Capabilities to QXmppStream
Jeremy Lainé
2010-07-15
1
-0
/
+3
*
cleanup & test more IQ handling
Jeremy Lainé
2010-06-29
1
-2
/
+0
*
move subscription auto-accept to QXmppRoster
Jeremy Lainé
2010-06-29
1
-2
/
+0
*
tidy up QXmppStream logging so that we can set a null logger
Jeremy Lainé
2010-06-23
1
-1
/
+4
*
add QXmppMucAdminIq to administer chat room members
Jeremy Lainé
2010-06-07
1
-0
/
+2
*
make QXmppStream emit signal for XEP-0045 owner IQs
Jeremy Lainé
2010-06-07
1
-0
/
+4
*
cleanup accessors for errors
Jeremy Lainé
2010-06-04
1
-2
/
+2
*
make QXmppStream independent from QXmppClient
Jeremy Lainé
2010-06-04
1
-2
/
+2
*
fix typo in "m_sessionAvailable"
Jeremy Lainé
2010-06-04
1
-1
/
+1
*
move QXmppConfiguration to QXmppStream
Jeremy Lainé
2010-06-04
1
-0
/
+2
*
rename QXmppStream::getConfiguration to QXmppStream::configuration
Jeremy Lainé
2010-06-04
1
-1
/
+1
*
use signal/slot to handle RPC
Jeremy Lainé
2010-06-04
1
-2
/
+3
*
move transfer manager from QXmppStream to QXmppClient
Jeremy Lainé
2010-06-04
1
-3
/
+4
*
transfer logger ownership to QXmppStream
Jeremy Lainé
2010-06-04
1
-0
/
+5
*
move vCard manager out of QXmppStream
Jeremy Lainé
2010-06-04
1
-3
/
+1
*
simplify includes
Jeremy Lainé
2010-06-04
1
-2
/
+0
*
move archive management to QXmppArchiveManager
Jeremy Lainé
2010-06-04
1
-3
/
+0
*
move roster ownership to QXmppClient, so that a QXmppStream can be created wi...
Jeremy Lainé
2010-06-04
1
-2
/
+0
*
move roster management out of QXmppStream
Jeremy Lainé
2010-06-04
1
-4
/
+2
*
sending the initial presence is QXmppClient's responsability, not QXmppStream
Jeremy Lainé
2010-06-04
1
-1
/
+0
*
make QXmppClient::sendPacket return a boolean to know whether a packet was ac...
Jeremy Lainé
2010-06-04
1
-2
/
+2
*
don't use a dedicated signal to signal arrival of QXmppVersionIq
Jeremy Lainé
2010-05-26
1
-1
/
+0
*
don't store received IQs to a QXmppIq before emitting iqReceived,
Jeremy Lainé
2010-05-26
1
-2
/
+0
*
add QXmppStream::isConnected() to determine whether stream is connected
Jeremy Lainé
2010-05-17
1
-0
/
+1
*
report authentication errors
Jeremy Lainé
2010-05-11
1
-3
/
+2
*
add support for keep alive
Jeremy Lainé
2010-03-10
1
-0
/
+8
*
fixup
Jeremy Lainé
2010-03-08
1
-0
/
+1
*
categorise log messages as debug or warning
Jeremy Lainé
2010-03-08
1
-1
/
+2
*
refactor logging
Jeremy Lainé
2010-03-08
1
-0
/
+1
*
remove deprecated functions calls of QXmppRosterIq
Manjeet Dahiya
2010-03-04
1
-1
/
+1
*
integrate support for XEP-0092: Software Version
Jeremy Lainé
2010-03-04
1
-0
/
+2
*
add basic support for SOCKS5 bytestreams
Jeremy Lainé
2010-02-25
1
-0
/
+2
*
replace QXmppIbbTransfer* by QXmppTransferManager
Jeremy Lainé
2010-02-24
1
-1
/
+9
*
Fix
Manjeet Dahiya
2010-02-23
1
-2
/
+3
*
move parsing of XMPP messages to QXmppMessage
Jeremy Lainé
2010-02-18
1
-1
/
+0
*
integrate support for XEP-0030 : Service Discovery
Jeremy Lainé
2010-02-11
1
-0
/
+3
*
integrate XEP-0136 into QXmppStream
Jeremy Lainé
2010-02-03
1
-0
/
+10
*
report XMPP stream errors (issue #40)
Jeremy Lainé
2010-02-01
1
-1
/
+2
*
This is the rest of XEP-009. This needs some cleanup and testing still. I am...
Ian Geiser
2009-11-11
1
-2
/
+2
*
Added start of XEP-009. This is only the inteface, being able to invoke remo...
Ian Geiser
2009-11-08
1
-0
/
+5
*
documentation and rosterReceived() SIGNAL implementation
Manjeet Dahiya
2009-11-07
1
-0
/
+1
*
Fix for
Manjeet Dahiya
2009-10-26
1
-141
/
+141
*
Fix for Issue 21: Implement SASL DIGEST-MD5 Authentication mechanism
Manjeet Dahiya
2009-10-23
1
-0
/
+2
*
Using QXmlStreamWriter for directly writing to the socket. This will avoid st...
Manjeet Dahiya
2009-10-20
1
-0
/
+2
[next]