summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCătălin Badea <catalin.badea392@gmail.com>2012-08-16 20:41:51 (GMT)
committerCătălin Badea <catalin.badea392@gmail.com>2012-08-16 20:41:51 (GMT)
commit4222febfac52106ae4a208228fbe269c0c28679c (patch)
tree37466aade0ed62225e05a00510961fc89ab47c80 /Swift/Controllers/HistoryViewController.h
parent7ef1133ee60eab2ae204e6898dc504ca58ba4496 (diff)
downloadswift-contrib-4222febfac52106ae4a208228fbe269c0c28679c.zip
swift-contrib-4222febfac52106ae4a208228fbe269c0c28679c.tar.bz2
Improve presence handling in the history dialog.
Diffstat (limited to 'Swift/Controllers/HistoryViewController.h')
-rw-r--r--Swift/Controllers/HistoryViewController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/HistoryViewController.h b/Swift/Controllers/HistoryViewController.h
index 6ee94d9..283254d 100644
--- a/Swift/Controllers/HistoryViewController.h
+++ b/Swift/Controllers/HistoryViewController.h
@@ -47,6 +47,7 @@ namespace Swift {
void addNewMessage(const HistoryMessage& message, bool addAtTheTop);
void reset();
+ Presence::ref getPresence(const JID& jid, bool isMUC);
private:
JID selfJID_;