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
*
keep QXmppMessageReceiptManager API minimal
Jeremy Lainé
2012-02-06
2
-37
/
+10
*
don't touch CA certificates by default (fixes issue 106)
Jeremy Lainé
2012-02-06
1
-2
/
+1
*
cleanup receipt handling
Jeremy Lainé
2012-02-06
1
-17
/
+10
*
make use of QXmppMessage's receipt methods
Jeremy Lainé
2012-02-06
1
-24
/
+14
*
handle old-style receipts
Jeremy Lainé
2012-02-06
1
-0
/
+4
*
add QXmppMessageReceiptManager class
Jeremy Lainé
2012-02-06
3
-0
/
+173
*
make QXmppMessage carry a receipt ID for XEP-0184
Jeremy Lainé
2012-02-06
2
-0
/
+32
*
add an attribute to QXmppMessage to carry delivery receipt request
Jeremy Lainé
2012-02-06
4
-1
/
+40
*
make some methods const (issue #121)
Jeremy Lainé
2012-02-06
2
-4
/
+4
*
fully specify QXmppClient::stateChanged() signal (issue 134)
Jeremy Lainé
2012-02-06
1
-1
/
+1
*
Fix build on FreeBSD (fixes: #132)
Jeremy Lainé
2012-02-06
1
-3
/
+1
*
fix symbian dns code
Jeremy Lainé
2012-01-31
1
-17
/
+7
*
remove QXmppSrvInfo
Jeremy Lainé
2012-01-31
4
-727
/
+0
*
switch from QXmppSrvInfo to QDnsLookup
Jeremy Lainé
2012-01-31
4
-29
/
+42
*
add a backport of Qt5's QDnsLookup class
Jeremy Lainé
2012-01-31
8
-0
/
+2120
*
add a property to access managed rooms
Jeremy Lainé
2012-01-23
2
-0
/
+15
*
make some methods slots
Jeremy Lainé
2012-01-23
1
-3
/
+4
*
get rid of unused QXmppStream::sendElement
Jeremy Lainé
2011-09-29
2
-17
/
+0
*
add QXmppRosterManager::renameItem to rename a roster item
Jeremy Lainé
2011-09-29
2
-0
/
+23
*
- don't open/close log file for each message, instead provide a "reopen" slot
Jeremy Lainé
2011-09-29
2
-20
/
+67
*
fix build on Android, it does not seem to have libresolv
Jeremy Lainé
2011-09-29
1
-6
/
+7
*
make QXmppClient's connectToServer(jid, password) and disconnectFromServer slots
Jeremy Lainé
2011-09-29
1
-3
/
+3
*
make QXmppClient::connectToServer use QXmppConfiguration::setJid
Jeremy Lainé
2011-09-29
1
-2
/
+1
*
add notifier signal for QXmppMucRoom::participants property
Jeremy Lainé
2011-09-29
2
-3
/
+12
*
Set default keep-alive timeout to 20 seconds, enables detection of broken con...
Jeremy Lainé
2011-09-29
1
-1
/
+5
*
Improve XEP-0136 support to enable archive deletion.
Jeremy Lainé
2011-09-29
4
-24
/
+131
*
fix typos
Jeremy Lainé
2011-09-26
1
-2
/
+2
*
bump version to 0.3.91
Jeremy Lainé
2011-09-26
1
-1
/
+1
*
remove deprecated QXmppVCard.h header
Jeremy Lainé
2011-09-26
4
-60
/
+0
*
get rid of deprecated accessors in QXmppConfiguration
Jeremy Lainé
2011-09-26
2
-118
/
+0
*
keep track of which SASL mechanism was actually selected
Jeremy Lainé
2011-09-26
1
-13
/
+17
*
get rid of facebook App Secret, it's not used
Jeremy Lainé
2011-09-26
2
-20
/
+0
*
add support for X-FACEBOOK-PLATFORM authentication
Jeremy Lainé
2011-09-26
2
-9
/
+49
*
recognise X-FACEBOOK-PLATFORM in stream features
Jeremy Lainé
2011-09-26
1
-0
/
+5
*
add configuration options for X-FACEBOOK-PLATFORM authentication
Jeremy Lainé
2011-09-26
2
-3
/
+69
*
remove trailing whitespace
Jeremy Lainé
2011-09-21
26
-65
/
+65
*
add support for XEP-0224: Attention (Fixes issue #109)
Jeremy Lainé
2011-09-20
5
-3
/
+40
*
fix typo
Jeremy Lainé
2011-09-20
1
-1
/
+1
*
remove manual XEP formatting, let doxyfilter handle it
Jeremy Lainé
2011-09-20
2
-2
/
+2
*
hide QXmppRosterManager internals
Jeremy Lainé
2011-09-20
2
-110
/
+127
*
make QXmppIceComponent use point-to-point interfaces too (Fixes issue #120)
Jeremy Lainé
2011-09-20
1
-2
/
+1
*
prune some threading test code
Jeremy Lainé
2011-09-13
1
-1
/
+0
*
* hide some QXmppServer internals
Jeremy Lainé
2011-09-13
23
-435
/
+636
*
trailing whitespace cleanup
Jeremy Lainé
2011-09-07
1
-9
/
+8
*
get rid of QXmppPresence::Status::Invisible (issue #111), cleanup parsing / s...
Jeremy Lainé
2011-09-07
2
-121
/
+40
*
mark some methods as const() (see issue #114)
Jeremy Lainé
2011-09-07
6
-10
/
+10
*
Fix pkgconfig paths (fixes issue #113)
Jeremy Lainé
2011-09-07
1
-4
/
+6
*
fix compiler warnings
Jeremy Lainé
2011-09-07
2
-8
/
+18
*
fix some compiler warnings
Jeremy Lainé
2011-09-07
10
-28
/
+62
*
Apply fix for issue #116
Jeremy Lainé
2011-09-06
1
-0
/
+1
[next]