aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppEntityTimeIq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move files common to client/server into "base"Jeremy Lainé2012-02-081-90/+0
|
* when writing "xmlns", always use QXmlStreamWriter::writeAttribute(), we ↵Jeremy Lainé2011-01-211-1/+1
| | | | *know* the value is not empty
* copyright year updateManjeet Dahiya2011-01-211-1/+1
|
* only write tzo if the time is validJeremy Lainé2010-11-081-3/+3
|
* QXmppEntityTimeIq should store timezone offsets in secondsJeremy Lainé2010-11-081-5/+18
| | | | | and handle parsing / serialisation internally.
* QXmppEntityTimeIq::utc() should return a QDateTime, the user should not have ↵Jeremy Lainé2010-10-291-5/+5
| | | | to implement parsing / serialization
* fix end of lineJeremy Lainé2010-09-281-77/+77
|
* add copyrightManjeet Dahiya2010-09-121-0/+24
|
* add entity time iqManjeet Dahiya2010-09-121-0/+53
|
* start XEP-0202: Entity TimeManjeet Dahiya2010-09-111-0/+0