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
/
base
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
|
Added equality ops for QXmppVCardIq.
0xd34df00d
2014-04-23
2
-0
/
+31
|
|
*
|
Equality ops for QXmppVCard{Email,Phone,Organization}.
0xd34df00d
2014-04-23
2
-0
/
+58
|
|
*
|
Added operator== and != for QXmppVCardAddress.
0xd34df00d
2014-04-23
2
-0
/
+20
|
/
*
Use QString() instead of "" for default methods arguments
Jeremy Lainé
2014-03-28
3
-5
/
+5
|
*
update project homepage
Jeremy Lainé
2014-03-28
74
-74
/
+74
|
*
update project homepage
Jeremy Lainé
2014-03-27
74
-74
/
+74
|
*
hide some methods from doxygen
Jeremy Lainé
2014-03-26
1
-0
/
+2
|
*
bump version to 0.8.0
Jeremy Lainé
2014-03-26
1
-1
/
+1
|
*
update copyright notice to 2008-2014
Jeremy Lainé
2014-03-26
73
-73
/
+73
|
*
fix typo
Jeremy Lainé
2014-03-26
1
-1
/
+1
|
*
Remove deprecated QXmppPresence::Status type
Jeremy Lainé
2014-03-26
2
-129
/
+27
|
*
Documented QXmppVCardOrganization.
0xd34df00d
2014-03-26
1
-2
/
+24
|
*
Added QXmppVCardOrganization API.
0xd34df00d
2014-03-22
2
-0
/
+152
|
*
Added QPair include just in case.
0xd34df00d
2014-03-09
1
-0
/
+1
|
*
Avoid keeping the source QDomDocument in QXmppElement.
0xd34df00d
2014-03-03
2
-5
/
+19
|
|
|
|
|
Serialize the node instead of keeping QDomElement with a ref to the original QDomDOcument.
*
QXmppElement::sourceDomElement().
0xd34df00d
2014-02-28
2
-1
/
+10
|
*
Namespace-based matching for known elements.
0xd34df00d
2014-02-28
1
-14
/
+15
|
*
Support other extensions besides 'x' in QXmppMessage.
0xd34df00d
2014-02-11
1
-14
/
+42
|
*
Added missing assert for connecting signal in QXmppStream
Nikita Krupenko
2013-08-28
1
-0
/
+1
|
*
Fixed uninitialized pointer in QXmppRtpAudioChannelPrivate
Nikita Krupenko
2013-08-28
1
-0
/
+1
|
*
bump version
Jeremy Lainé
2013-03-09
2
-2
/
+2
|
*
bump version to 0.7.5
Jeremy Lainé
2013-01-11
1
-1
/
+1
|
*
convert to use of QUrlQuery for qt >= 5
Matt Broadstone
2012-11-16
1
-0
/
+16
|
*
convert QString::fromAscii to QString::fromLatin1
Matt Broadstone
2012-11-16
1
-5
/
+5
|
*
move from toAscii() to toLatin1()
Matt Broadstone
2012-11-16
6
-9
/
+9
|
*
Avoid extra ';' in QXmppVCardIq declaration.
0xd34df00d
2012-10-22
1
-3
/
+3
|
|
|
|
|
Otherwise clang, for example, complains a lot about this with the -pedantic option.
*
fall back to DNS SRV stub for unknown platforms
Jeremy Lainé
2012-10-15
1
-0
/
+1
|
*
make a note of an error case when listening for IPv6
Jeremy Lainé
2012-10-05
1
-0
/
+1
|
*
bump version to 0.7.4
Jeremy Lainé
2012-10-01
1
-1
/
+1
|
*
remove QXmppSocksServer::isListening()
Jeremy Lainé
2012-09-18
2
-6
/
+0
|
*
move IPv6 specifics inside QXmppSocksServer
Jeremy Lainé
2012-09-18
2
-10
/
+17
|
*
re-enable IPv6 on Mac OS
Jeremy Lainé
2012-09-17
1
-6
/
+0
|
*
Allow StreamHost::host to contain a host name
Jeremy Lainé
2012-09-17
4
-12
/
+12
|
*
fix typo
Jeremy Lainé
2012-09-14
1
-1
/
+1
|
*
cleanup includes / forward declarations
Jeremy Lainé
2012-09-14
10
-33
/
+3
|
*
make QXmppStreamInitiationIq private API
Jeremy Lainé
2012-09-12
3
-6
/
+19
|
*
test stream initiation IQ serialisation / parsing
Jeremy Lainé
2012-09-12
2
-18
/
+19
|
*
QXmppTransferManager: use actual data forms instead of manually parsing them
Jeremy Lainé
2012-09-12
2
-1
/
+26
|
*
Add XEP-0045: Multi-User Chat attributes to QXmppPresence.
Jeremy Lainé
2012-09-12
2
-1
/
+50
|
*
explicitly parse XEP-0249: Direct MUC Invitations message attributes
Jeremy Lainé
2012-09-12
2
-0
/
+79
|
*
replace "incrementCounter" by "updateCounter"
Jeremy Lainé
2012-09-10
2
-17
/
+18
|
*
add counters
Jeremy Lainé
2012-09-10
2
-0
/
+19
|
*
more plumbing for stat counters
Jeremy Lainé
2012-09-10
2
-4
/
+22
|
*
[server] lay groundwork for client auth statistics
Jeremy Lainé
2012-09-10
1
-0
/
+3
|
*
bump version to 0.7.3
Jeremy Lainé
2012-09-07
1
-1
/
+1
|
*
bump version to 0.7.2
Jeremy Lainé
2012-09-06
1
-1
/
+1
|
*
fix typo: RFC 3921, not 5921
Jeremy Lainé
2012-09-06
2
-2
/
+2
|
*
Add support for X-OAUTH2 authentication for Google Talk.
Jeremy Lainé
2012-09-05
2
-1
/
+39
|
*
If building with Qt 5, use Qt's QDnsLookup instead of our backport.
Jeremy Lainé
2012-09-04
1
-7
/
+9
|
*
bump version to 0.7.1
Jeremy Lainé
2012-09-03
1
-1
/
+1
|
[prev]
[next]