aboutsummaryrefslogtreecommitdiff
path: root/source/source.pro
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-113/+0
|
* install compatibility QXmppRoster.h (issue #63)Jeremy Lainé2010-08-111-0/+1
|
* fix PKGCONFIG directoryJeremy Lainé2010-08-111-1/+1
|
* cleanup library name definitionJeremy Lainé2010-08-111-1/+1
|
* let qmake generate pkg-config fileJeremy Lainé2010-08-101-12/+12
|
* refactor qxmpp library name definitionJeremy Lainé2010-08-101-5/+1
|
* move common definitions to qxmpp.priJeremy Lainé2010-08-101-4/+4
|
* remove "documentation" target, it does not work as expectedJeremy Lainé2010-08-101-5/+1
|
* fix path to HTML outputJeremy Lainé2010-08-101-1/+1
|
* distribute API documentationJeremy Lainé2010-08-101-1/+5
|
* merge xmlrpc.cpp into QXmppRpcIq.cppJeremy Lainé2010-08-101-4/+2
|
* add a pkg-config file for qxmppJeremy Lainé2010-08-101-3/+6
|
* add rules for installation of library and headersJeremy Lainé2010-08-091-0/+6
|
* rename library from "QXmppClient" to "qxmpp"Jeremy Lainé2010-08-091-2/+2
|
* add comment about available definitionsJeremy Lainé2010-07-211-0/+6
|
* don't make platform specific testsJeremy Lainé2010-07-191-4/+4
|
* rename QXmppRoster.[cpp|h] to QXmppRosterManager.[cpp|h]Jeremy Lainé2010-07-191-2/+2
|
* add intial support for Jingle RTP SessionsJeremy Lainé2010-07-181-0/+2
|
* add G711a, G711u and SPEEX codecsJeremy Lainé2010-07-161-0/+2
|
* add support for STUN / ICE-UDP socketsJeremy Lainé2010-07-161-0/+2
|
* add support for parsing Jingle IQsJeremy Lainé2010-07-161-0/+2
|
* get rid of QXmppInformationRequestResultJeremy Lainé2010-07-151-2/+0
|
* add initial version of QXmppMucManagerJeremy Lainé2010-06-231-0/+2
|
* add QXmppMucIq class for multi-user chat room configurationJeremy Lainé2010-06-071-0/+2
|
* start adding support for XEP-0004: Data FormsJeremy Lainé2010-03-161-0/+2
|
* revert changes to library linking, document whyJeremy Lainé2010-03-081-2/+9
|
* simplify library linkingJeremy Lainé2010-03-041-6/+3
|
* add support for XEP-0092: Software VersionJeremy Lainé2010-03-041-0/+2
|
* internal API cleanup : rename QXmppIbbIqs to QXmppIbbIq for consistencyJeremy Lainé2010-03-041-16/+16
|
* add code for handling SOCKS5 bytestreamsJeremy Lainé2010-02-251-0/+4
|
* replace QXmppIbbTransfer* by QXmppTransferManagerJeremy Lainé2010-02-241-4/+2
|
* rename QXmppDataIq to QXmppIbbDataIqJeremy Lainé2010-02-241-2/+0
|
* add QXmppStreamInitiationIq for XEP-0095Jeremy Lainé2010-02-241-0/+2
|
* add missing QXmppArchiveIq.* files to source.proJeremy Lainé2010-02-121-0/+2
|
* rework service discovery to use a generic QXmppElementJeremy Lainé2010-02-121-2/+2
|
* add support for XEP-0030 : Service DiscoveryJeremy Lainé2010-02-111-0/+2
|
* add ArchiveIq.[h,cpp] to source.proJeremy Lainé2010-02-041-0/+2
|
* integrate XEP-0136 into QXmppStreamJeremy Lainé2010-02-031-0/+2
|
* add QXmppPingIq class for XEP-0199 pingsJeremy Lainé2010-02-011-0/+2
|
* This is the rest of XEP-009. This needs some cleanup and testing still. I ↵Ian Geiser2009-11-111-2/+4
| | | | am not happy with the implementation, but I am happy with the interface on QXmppClient.
* Added start of XEP-009. This is only the inteface, being able to invoke ↵Ian Geiser2009-11-081-2/+8
| | | | remote methods is next.
* Issue 15: Implement XEP-0047Manjeet Dahiya2009-10-271-10/+17
|
* Fix for Manjeet Dahiya2009-10-261-51/+58
| | | | | | | | Issue 23: QXmppBind compilation error on macosx starting from r23 Issue 26: examples fail to link on macosx and linux Issue 24: all text files should have the svn property eol-style set Contributed by: Marco Molteni
* Issue 16: Implement XEP-0030 Manjeet Dahiya2009-10-181-2/+4
|
* XEP-0078: Non-SASL Authentication ImplementationManjeet Dahiya2009-10-181-2/+4
|
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-071-2/+6
|
* utils to QXmppUtilsManjeet Dahiya2009-09-051-2/+2
|
* Fix Issue 2: problem when sending messages with < or > characters in body fieldsManjeet Dahiya2009-09-051-2/+4
| | | | Fix Issue 3: QXmppClient::connected signal
* addManjeet Dahiya2009-06-141-0/+41