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
...
|
*
Merge pull request #8 from trulabs/feature/XEP-0333
Jeremy Lainé
2014-06-23
5
-1
/
+155
|
|
\
|
|
*
Advertise support for XEP-0333
Juan Aragon
2014-05-21
1
-1
/
+2
|
|
*
XEP-0333 updated:
Juan Aragon
2014-05-21
2
-12
/
+47
|
|
*
XEP-0333: Chat Markers
Juan Aragon
2014-05-20
4
-0
/
+118
|
*
|
Added ability to retrieve socket error string for client
Nikita Krupenko
2014-06-04
2
-0
/
+9
|
*
|
Incremented version in QXmppGlobal.h.
0xd34df00d
2014-04-23
1
-1
/
+1
|
*
|
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
|
|
/
|
*
add support for legacy SSL
Jeremy Lainé
2014-04-06
2
-5
/
+15
*
|
fix linking speex / theora / vpx for static builds
Jeremy Lainé
2014-07-19
1
-15
/
+0
|
/
*
Use QString() instead of "" for default methods arguments
Jeremy Lainé
2014-03-28
5
-8
/
+8
*
update project homepage
Jeremy Lainé
2014-03-28
126
-131
/
+131
*
update project homepage
Jeremy Lainé
2014-03-27
126
-131
/
+131
*
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
125
-125
/
+125
*
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
*
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
*
re-order member initialization (silences GCC warning)
Jeremy Lainé
2013-08-28
1
-2
/
+2
*
Fixed possible memory leak in QXmppTransferManager
Nikita Krupenko
2013-08-28
1
-1
/
+1
*
Added missing assert for connecting signal in QXmppStream
Nikita Krupenko
2013-08-28
1
-0
/
+1
*
Fixed C-style pointer cast
Nikita Krupenko
2013-08-28
1
-2
/
+2
*
Fixed uninitialized pointers in QXmppOutgoingClientPrivate
Nikita Krupenko
2013-08-28
1
-0
/
+2
*
Fixed uninitialized pointer in QXmppCallPrivate
Nikita Krupenko
2013-08-28
1
-0
/
+1
*
Fixed uninitialized pointer in QXmppRtpAudioChannelPrivate
Nikita Krupenko
2013-08-28
1
-0
/
+1
*
Fixed uninitialized member in QXmppOutgoingClient
Nikita Krupenko
2013-08-28
1
-0
/
+1
*
Fix QXmppServer incoming connections with Qt5 (issue 175).
Jeremy Lainé
2013-08-26
2
-0
/
+8
*
Update self nick only if the nick change is successful.
0xd34df00d
2013-03-12
1
-6
/
+12
*
bump version
Jeremy Lainé
2013-03-09
2
-2
/
+2
*
Disable Facebook / Google / Facebook specific mechanisms if we do not
Jeremy Lainé
2013-03-09
1
-0
/
+6
*
cosmetic: re-order methods alphabetically
Jeremy Lainé
2013-02-05
2
-11
/
+11
*
Add QXmppClient::insertExtension()
Oskari Timperi
2013-02-05
2
-2
/
+13
*
Remove managers from QXmppClientPrivate, use the extensions list instead
Oskari Timperi
2013-02-05
1
-22
/
+6
*
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 QMetaType::construct to QMetaType::create for qt >= 5
Matt Broadstone
2012-11-16
1
-0
/
+5
*
convert QString::fromAscii to QString::fromLatin1
Matt Broadstone
2012-11-16
1
-5
/
+5
*
move from toAscii() to toLatin1()
Matt Broadstone
2012-11-16
10
-15
/
+15
*
Avoid extra ';' in QXmppVCardIq declaration.
0xd34df00d
2012-10-22
1
-3
/
+3
*
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
[prev]
[next]