aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRoster.cpp
Commit message (Collapse)AuthorAgeFilesLines
* silence warning when QXmppRoster::getAllPresencesForBareJid is called for an ↵Jeremy Lainé2010-03-051-5/+0
| | | | unknown JID
* remove deprecated functions calls of QXmppRosterIqManjeet Dahiya2010-03-041-12/+12
|
* copyright yearManjeet Dahiya2010-03-041-1/+1
|
* API cleanup: accessors namingManjeet Dahiya2010-03-041-5/+31
|
* cleanup QXmppIq accessorsJeremy Lainé2010-03-041-4/+4
|
* start cleaning up accessor namesJeremy Lainé2010-03-041-3/+3
|
* clear roster when the XMPP stream gets disconnectedJeremy Lainé2010-02-221-0/+7
|
* fix QXmppRoster::presenceReceived:Jeremy Lainé2010-02-221-1/+6
| | | | | | * only store the presence for a resource if its type is "available" * remove the presence for a resource if its type is "unavailable"
* documentation and rosterReceived() SIGNAL implementationManjeet Dahiya2009-11-071-9/+164
|
* Fix for Manjeet Dahiya2009-10-261-203/+203
| | | | | | | | 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
* fix for Issue 18: Class XXX has virtual functions but non-virtual destructor ↵Manjeet Dahiya2009-10-201-0/+2
| | | | | | -warnings and other warnings
* bug fixesManjeet Dahiya2009-09-121-1/+1
|
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-071-8/+16
|
* utils to QXmppUtilsManjeet Dahiya2009-09-051-1/+1
|
* addManjeet Dahiya2009-06-141-0/+193