aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStanza.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-456/+0
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* improve code documentationJeremy Lainé2010-07-181-0/+19
|
* cleanup QXmppStanza::Error APIJeremy Lainé2010-03-041-16/+36
|
* make error parsing private to QXmppStanza::ErrorJeremy Lainé2010-03-041-34/+32
|
* regroup common stanza parsing inside QXmppStanza::parse()Jeremy Lainé2010-03-041-0/+12
|
* move deprecated code to the end of fileJeremy Lainé2010-03-041-44/+45
|
* start cleaning up accessor namesJeremy Lainé2010-03-041-1/+25
|
* rename QXmppStanza::getExtensions to QXmppStanza::extensionsJeremy Lainé2010-03-041-1/+1
|
* fix for compile time warning messagesManjeet Dahiya2010-02-231-2/+2
|
* make it possible to get/set stanza error codeJeremy Lainé2010-02-221-6/+26
|
* allow multiple extensions for XMPP stanzasJeremy Lainé2010-02-191-4/+4
|
* move stanza error parsing to QXmppStanzaJeremy Lainé2010-02-181-0/+30
|
* make it possible to attach an extension element to messages and presencesJeremy Lainé2010-02-121-0/+10
|
* Issue 15: Implement XEP-0047Manjeet Dahiya2009-10-271-1/+1
|
* Fix for Manjeet Dahiya2009-10-261-322/+322
| | | | | | | | 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-20/+15
| | | | | | | | string concatenations and problems with XML escaping rules. and Fix for Issue 19: XMPP Version < 1.0 send NonSASL Auth query
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-071-2/+4
|
* utils to QXmppUtilsManjeet Dahiya2009-09-051-1/+1
|
* addManjeet Dahiya2009-06-141-0/+325