aboutsummaryrefslogtreecommitdiff
path: root/src/base
Commit message (Collapse)AuthorAgeFilesLines
* use XEP-0203 instead of XEP-0091, if there have XEP-0203.Zam-mbpr2015-06-041-9/+9
|
* Remove trailing comma after last item in enumsJeremy Lainé2015-03-1315-26/+26
| | | | This allows compilation with GCC in pedantic mode.
* clean up support for 'bad-auth' replies, see #36Jeremy Lainé2015-02-252-6/+1
|
* remove trailing comma in enumJeremy Lainé2015-02-191-1/+1
|
* fix compilation issue with Qt 5.5, closes #40Jeremy Lainé2015-02-191-0/+1
|
* Upgraded library version to 0.8.3.0xd34df00d2015-01-281-1/+1
|
* Handle `bad-auth` auth replies, closes #36.0xd34df00d2015-01-282-1/+6
|
* older Opus version do not have OPUS_SET_PREDICTION_DISABLEDJeremy Lainé2015-01-071-0/+2
|
* Merge pull request #20 from hipersayanX/masterJeremy Lainé2015-01-073-21/+270
|\ | | | | Added Opus codec. Added FEC for Vp8 codec.
| * Added some comments for Vp8 codec.Gonzalo Exequiel Pedone2014-11-271-1/+15
| |
| * Added some comments for Opus codec.Gonzalo Exequiel Pedone2014-11-262-5/+27
| |
| * Added FEC for Vp8 codec.Gonzalo Exequiel Pedone2014-11-263-21/+68
| |
| * Added Opus codec.Gonzalo Exequiel Pedone2014-11-263-0/+166
| |
* | bump version to 0.8.2Jeremy Lainé2015-01-071-1/+1
|/
* Merge pull request #8 from trulabs/feature/XEP-0333Jeremy Lainé2014-06-234-0/+153
|\ | | | | XEP-0333: Chat Markers
| * XEP-0333 updated:Juan Aragon2014-05-212-12/+47
| | | | | | | | | | | | -Methods documented -Symmetrical getters/setters -Unit tests updated
| * XEP-0333: Chat MarkersJuan Aragon2014-05-204-0/+118
| |
* | Incremented version in QXmppGlobal.h.0xd34df00d2014-04-231-1/+1
| | | | | | | | So that we can now in the calling code that we can use newer features.
* | Added equality ops for QXmppVCardIq.0xd34df00d2014-04-232-0/+31
| |
* | Equality ops for QXmppVCard{Email,Phone,Organization}.0xd34df00d2014-04-232-0/+58
| |
* | Added operator== and != for QXmppVCardAddress.0xd34df00d2014-04-232-0/+20
|/
* Use QString() instead of "" for default methods argumentsJeremy Lainé2014-03-283-5/+5
|
* update project homepageJeremy Lainé2014-03-2874-74/+74
|
* update project homepageJeremy Lainé2014-03-2774-74/+74
|
* hide some methods from doxygenJeremy Lainé2014-03-261-0/+2
|
* bump version to 0.8.0Jeremy Lainé2014-03-261-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-2673-73/+73
|
* fix typoJeremy Lainé2014-03-261-1/+1
|
* Remove deprecated QXmppPresence::Status typeJeremy Lainé2014-03-262-129/+27
|
* Documented QXmppVCardOrganization.0xd34df00d2014-03-261-2/+24
|
* Added QXmppVCardOrganization API.0xd34df00d2014-03-222-0/+152
|
* Added QPair include just in case.0xd34df00d2014-03-091-0/+1
|
* Avoid keeping the source QDomDocument in QXmppElement.0xd34df00d2014-03-032-5/+19
| | | | | Serialize the node instead of keeping QDomElement with a ref to the original QDomDOcument.
* QXmppElement::sourceDomElement().0xd34df00d2014-02-282-1/+10
|
* Namespace-based matching for known elements.0xd34df00d2014-02-281-14/+15
|
* Support other extensions besides 'x' in QXmppMessage.0xd34df00d2014-02-111-14/+42
|
* Added missing assert for connecting signal in QXmppStreamNikita Krupenko2013-08-281-0/+1
|
* Fixed uninitialized pointer in QXmppRtpAudioChannelPrivateNikita Krupenko2013-08-281-0/+1
|
* bump versionJeremy Lainé2013-03-092-2/+2
|
* bump version to 0.7.5Jeremy Lainé2013-01-111-1/+1
|
* convert to use of QUrlQuery for qt >= 5Matt Broadstone2012-11-161-0/+16
|
* convert QString::fromAscii to QString::fromLatin1Matt Broadstone2012-11-161-5/+5
|
* move from toAscii() to toLatin1()Matt Broadstone2012-11-166-9/+9
|
* Avoid extra ';' in QXmppVCardIq declaration.0xd34df00d2012-10-221-3/+3
| | | | | Otherwise clang, for example, complains a lot about this with the -pedantic option.
* fall back to DNS SRV stub for unknown platformsJeremy Lainé2012-10-151-0/+1
|
* make a note of an error case when listening for IPv6Jeremy Lainé2012-10-051-0/+1
|
* bump version to 0.7.4Jeremy Lainé2012-10-011-1/+1
|
* remove QXmppSocksServer::isListening()Jeremy Lainé2012-09-182-6/+0
|
* move IPv6 specifics inside QXmppSocksServerJeremy Lainé2012-09-182-10/+17
|
* re-enable IPv6 on Mac OSJeremy Lainé2012-09-171-6/+0
|