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 (
Expand
)
Author
Age
Files
Lines
*
move CandidatePair definition to QXmppStun.cpp
Jeremy Lainé
2015-08-24
2
-38
/
+39
*
stop STUN retry timer when transaction completes
Jeremy Lainé
2015-08-24
1
-0
/
+1
*
use PIMPL + accessors for QXmppRtpPacket
Jeremy Lainé
2015-08-24
4
-78
/
+214
*
move QXmppRtpPacket to it's own files
Jeremy Lainé
2015-08-20
6
-108
/
+181
*
add QXmppRtcpPacket class
Jeremy Lainé
2015-08-20
3
-0
/
+204
*
QXmppRtpChannel: make it possible to get / set the local SSRC
Jeremy Lainé
2015-08-19
2
-10
/
+28
*
QXmppJingleCandidate : add accessors for "generation"
Jeremy Lainé
2015-08-17
2
-0
/
+19
*
ICE candidate foundation can be an arbitrary string
Jeremy Lainé
2015-08-17
3
-9
/
+8
*
ICE: do not send USERNAME in binding responses
Jeremy Lainé
2015-08-16
1
-1
/
+0
*
prine USE-CANDIDATE
Jeremy Lainé
2015-08-16
1
-0
/
+2
*
generate ICE tie breaker instead of 0
Jeremy Lainé
2015-08-16
2
-3
/
+19
*
correctly receive data immediately following a SOCKS5 message (closes #64)
Jeremy Lainé
2015-08-15
1
-16
/
+15
*
fix reading/writing phone numbers in vCard (closes #65)
Jeremy Lainé
2015-07-31
1
-2
/
+2
*
socks5: make server explicitly return "no acceptable method"
Jeremy Lainé
2015-07-27
1
-2
/
+7
*
socks5: only advance state on success
Jeremy Lainé
2015-07-27
1
-8
/
+8
*
fix pubsub retract query
Zam-mbpr
2015-06-04
1
-0
/
+2
*
[add] unit test [add] comment [update] code order to if else statement
Zam-mbpr
2015-06-04
1
-14
/
+18
*
use XEP-0203 instead of XEP-0091, if there have XEP-0203.
Zam-mbpr
2015-06-04
1
-9
/
+9
*
Remove trailing comma after last item in enums
Jeremy Lainé
2015-03-13
15
-26
/
+26
*
clean up support for 'bad-auth' replies, see #36
Jeremy Lainé
2015-02-25
2
-6
/
+1
*
remove trailing comma in enum
Jeremy Lainé
2015-02-19
1
-1
/
+1
*
fix compilation issue with Qt 5.5, closes #40
Jeremy Lainé
2015-02-19
1
-0
/
+1
*
Upgraded library version to 0.8.3.
0xd34df00d
2015-01-28
1
-1
/
+1
*
Handle `bad-auth` auth replies, closes #36.
0xd34df00d
2015-01-28
2
-1
/
+6
*
older Opus version do not have OPUS_SET_PREDICTION_DISABLED
Jeremy Lainé
2015-01-07
1
-0
/
+2
*
Merge pull request #20 from hipersayanX/master
Jeremy Lainé
2015-01-07
3
-21
/
+270
|
\
|
*
Added some comments for Vp8 codec.
Gonzalo Exequiel Pedone
2014-11-27
1
-1
/
+15
|
*
Added some comments for Opus codec.
Gonzalo Exequiel Pedone
2014-11-26
2
-5
/
+27
|
*
Added FEC for Vp8 codec.
Gonzalo Exequiel Pedone
2014-11-26
3
-21
/
+68
|
*
Added Opus codec.
Gonzalo Exequiel Pedone
2014-11-26
3
-0
/
+166
*
|
bump version to 0.8.2
Jeremy Lainé
2015-01-07
1
-1
/
+1
|
/
*
Merge pull request #8 from trulabs/feature/XEP-0333
Jeremy Lainé
2014-06-23
4
-0
/
+153
|
\
|
*
XEP-0333 updated:
Juan Aragon
2014-05-21
2
-12
/
+47
|
*
XEP-0333: Chat Markers
Juan Aragon
2014-05-20
4
-0
/
+118
*
|
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
|
/
*
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
[next]