summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-04-13 07:38:37 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-04-13 07:38:37 (GMT)
commit59d973448045888d2ffa8e5cd949357d9c93ead3 (patch)
tree0d3426f6e7d2cccdc41a3d968a0062f687425e09 /Swiften/Roster/ContactRosterItem.h
parent944d3e817919d26e3fbf92f3c9eab6bbe9a1d2ca (diff)
downloadswift-contrib-59d973448045888d2ffa8e5cd949357d9c93ead3.zip
swift-contrib-59d973448045888d2ffa8e5cd949357d9c93ead3.tar.bz2
Don't lose presence when receiving a roster item rename push
Resolves: #312
Diffstat (limited to 'Swiften/Roster/ContactRosterItem.h')
-rw-r--r--Swiften/Roster/ContactRosterItem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Roster/ContactRosterItem.h b/Swiften/Roster/ContactRosterItem.h
index 1c189f4..92b3056 100644
--- a/Swiften/Roster/ContactRosterItem.h
+++ b/Swiften/Roster/ContactRosterItem.h
@@ -32,6 +32,7 @@ class ContactRosterItem : public RosterItem {
void setStatusText(const String& status);
void setAvatarPath(const String& path);
const JID& getJID() const;
+ void setName(const String& name);
void show();
void hide();