aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppVCard.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-235/+0
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* use parseElementFromChild in all IQ classesJeremy Lainé2010-07-081-5/+1
|
* * move QImage-related code out of QXmppUtilsJeremy Lainé2010-04-151-5/+46
| | | | | * make it possible to disable QtGui-dependent code
* add accessors for URL vCard attributeJeremy Lainé2010-04-141-0/+13
|
* add support for first/middle/last name in vCardsJeremy Lainé2010-03-101-8/+55
|
* remove deprecated functions callsManjeet Dahiya2010-03-081-8/+8
|
* API cleanup: accessors namingManjeet Dahiya2010-03-081-4/+25
|
* regroup common stanza parsing inside QXmppStanza::parse()Jeremy Lainé2010-03-041-8/+3
|
* fix typo in call to getNickName()Jeremy Lainé2010-02-011-1/+1
|
* add nickname when serializing vCardJeremy Lainé2010-02-011-0/+2
|
* add support for vCard nickname (issue #38)Jeremy Lainé2010-02-011-0/+12
|
* Fix for Manjeet Dahiya2009-10-261-108/+108
| | | | | | | | 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-16/+10
| | | | | | | | 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-2/+12
|
* Fix for Issue 4:Cannot repackage message when receiving partial message.Manjeet Dahiya2009-09-091-5/+8
| | | | vCard cleanups
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-071-0/+101