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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
improve debugging of incoming server-to-server streams
Jeremy Lainé
2011-01-18
1
-7
/
+13
*
* avoid crash when receiving an empty roster push
Jeremy Lainé
2011-01-18
1
-15
/
+6
*
remove some extraneous calls to QXmppStream::socket(), use d->socket instead
Jeremy Lainé
2011-01-18
1
-3
/
+3
*
keep RTP channel logging in sync with QXmppLoggable
Jeremy Lainé
2011-01-17
1
-4
/
+4
*
use enum to describe MUC affiliations and roles
Jeremy Lainé
2011-01-17
3
-25
/
+127
*
cleanup jingle candidate type parsing/serialisation
Jeremy Lainé
2011-01-17
2
-19
/
+39
*
add QXmppServerExtension::presenceSubscriptions()
Jeremy Lainé
2011-01-17
2
-0
/
+11
*
do not set objectName in QXmppOutgoingClient
Jeremy Lainé
2011-01-17
1
-2
/
+0
*
* do not hardcoded QXmppIncomingClient inactivity timeout
Jeremy Lainé
2011-01-17
2
-10
/
+51
*
make QXmppStream::disconnectFromHost virtual
Jeremy Lainé
2011-01-17
1
-1
/
+1
*
add an #ifdef to allow detailed logging of which object emitted a message
Jeremy Lainé
2011-01-17
1
-5
/
+11
*
fix typo
Jeremy Lainé
2011-01-13
1
-1
/
+1
*
automatically assign a resource to incoming clients if none was specified
Jeremy Lainé
2011-01-12
1
-1
/
+3
*
make sure QXmppStream::isConnected() is virtual, otherwise the subclassed ver...
Jeremy Lainé
2011-01-12
1
-2
/
+2
*
avoid crash if stream socket is 0
Jeremy Lainé
2011-01-12
1
-0
/
+2
*
make sure QXmppDataForm::Field::m_required is initialised
Jeremy Lainé
2011-01-11
1
-1
/
+2
*
silence a doxygen warning
Jeremy Lainé
2011-01-11
1
-0
/
+1
*
add setters for archive IQ's, for server-side support of archiving
Jeremy Lainé
2011-01-11
2
-4
/
+107
*
fix QXmppElement parenting so that nextSiblingElement() actually works
Jeremy Lainé
2011-01-11
1
-0
/
+1
*
fix typo
Jeremy Lainé
2011-01-07
1
-2
/
+2
*
re-order subscription types to allowing binary operations on to/from/both
Jeremy Lainé
2011-01-07
1
-11
/
+11
*
fix class documentation so that QXmpp recognises the brief description
Jeremy Lainé
2010-12-14
2
-3
/
+3
*
fix doc typos
Jeremy Lainé
2010-12-14
2
-2
/
+2
*
remove "client" argument from QXmppTransferManager constructor
Jeremy Lainé
2010-12-13
3
-11
/
+22
*
remove "client" argument from QXmppCallManager constructor
Jeremy Lainé
2010-12-13
2
-9
/
+18
*
do not load QXmppMucManager by default
Jeremy Lainé
2010-12-13
5
-23
/
+17
*
fix documentation for QXmppArchiveManager
Jeremy Lainé
2010-12-13
1
-1
/
+1
*
don't load QXmppArchiveManager by default
Jeremy Lainé
2010-12-13
3
-16
/
+8
*
revert r1388
Manjeet Dahiya
2010-12-13
1
-2
/
+0
*
don't do SRV lookups in parellel, res_query is not re-entrant on OS X
Jeremy Lainé
2010-12-13
1
-1
/
+1
*
add a warning about QXmppRpcManager::callRemoteMethod() in code documentation
Jeremy Lainé
2010-12-13
1
-1
/
+4
*
doc improvement
Manjeet Dahiya
2010-12-13
1
-1
/
+2
*
mention the fact that QXmppCallManager needs to be added to QXmppClient
Jeremy Lainé
2010-12-13
1
-0
/
+8
*
more doc
Manjeet Dahiya
2010-12-13
1
-0
/
+16
*
add some code documentation to QXmppRpcManager
Jeremy Lainé
2010-12-13
2
-2
/
+28
*
use better enums for VCardUpdate types
Manjeet Dahiya
2010-12-13
2
-11
/
+10
*
remove traces of RPC code from QXmppClient
Jeremy Lainé
2010-12-13
2
-50
/
+2
*
add note to clear confusion
Manjeet Dahiya
2010-12-13
1
-0
/
+2
*
doc improvement
Manjeet Dahiya
2010-12-13
1
-6
/
+4
*
improve QXmppClientExtension description
Jeremy Lainé
2010-12-11
2
-3
/
+4
*
improve documentation for QXmppServer and QXmppServerExtension
Jeremy Lainé
2010-12-11
2
-0
/
+13
*
improve QXmppClientExtension
Jeremy Lainé
2010-12-11
1
-3
/
+11
*
document QXmppPresence::Status
Jeremy Lainé
2010-12-11
2
-15
/
+39
*
fix QXmppRemoteMethodResult forward declaration
Jeremy Lainé
2010-12-10
1
-1
/
+1
*
define M_PI for platforms that don't have it
Jeremy Lainé
2010-12-10
1
-0
/
+4
*
fix build error on MSVC2005
Jeremy Lainé
2010-12-10
1
-0
/
+1
*
add some warnings in RPC code
Jeremy Lainé
2010-12-10
1
-2
/
+3
*
prune some RPC includes
Jeremy Lainé
2010-12-10
2
-4
/
+3
*
don't hardcode RPC discovery identity, move it to QXmppRpcManager
Jeremy Lainé
2010-12-10
5
-8
/
+27
*
move RPC stuff to QXmppRpcManager (client-facing API is unchanged for now)
Jeremy Lainé
2010-12-10
7
-119
/
+10
[prev]
[next]