aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppVCard.h
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-85/+0
|
* hide parsing/serialisation methods from doxygenJeremy Lainé2010-08-111-0/+2
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* improve code documentationJeremy Lainé2010-07-181-3/+3
|
* use parseElementFromChild in all IQ classesJeremy Lainé2010-07-081-3/+3
|
* fix compilation errors with MS VC2008Jeremy Lainé2010-05-051-1/+1
|
* add accessors for URL vCard attributeJeremy Lainé2010-04-141-0/+3
|
* add support for first/middle/last name in vCardsJeremy Lainé2010-03-101-1/+10
|
* API cleanup: accessors namingManjeet Dahiya2010-03-081-5/+14
|
* add support for vCard nickname (issue #38)Jeremy Lainé2010-02-011-0/+4
|
* Fix for Manjeet Dahiya2009-10-261-58/+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
* Using QXmlStreamWriter for directly writing to the socket. This will avoid ↵Manjeet Dahiya2009-10-201-1/+1
| | | | | | | | string concatenations and problems with XML escaping rules. and Fix for Issue 19: XMPP Version < 1.0 send NonSASL Auth query
* bug fixesManjeet Dahiya2009-09-141-0/+3
|
* Fix for Issue 4:Cannot repackage message when receiving partial message.Manjeet Dahiya2009-09-091-1/+1
| | | | vCard cleanups
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-071-0/+55