summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-08-01 23:17:07 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-08-01 23:17:07 (GMT)
commit188ff36e3fbfdc174ea75babc1deb3aebcf1472b (patch)
treeb8d4f9153acec5b399ece8486c8c9276d8395858 /Slimber/Cocoa/Menulet.h
parentaa3b4c09352cdfb2f999fc6c12faed6339405d03 (diff)
downloadswift-contrib-188ff36e3fbfdc174ea75babc1deb3aebcf1472b.zip
swift-contrib-188ff36e3fbfdc174ea75babc1deb3aebcf1472b.tar.bz2
Report XMPP server errors in Slimber.
Diffstat (limited to 'Slimber/Cocoa/Menulet.h')
-rw-r--r--Slimber/Cocoa/Menulet.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Slimber/Cocoa/Menulet.h b/Slimber/Cocoa/Menulet.h
index fabaa80..823213f 100644
--- a/Slimber/Cocoa/Menulet.h
+++ b/Slimber/Cocoa/Menulet.h
@@ -5,12 +5,13 @@
NSMenu* statusMenu;
NSImage* menuIcon;
NSArray* userNames;
- BOOL selfOnline;
+ BOOL xmppOnline;
+ NSString* xmppStatus;
}
- (id) init;
- (void) updateMenu;
- (void) setUserNames: (NSArray*) names;
-- (void) setSelfConnected: (BOOL) online;
+- (void) setXMPPStatus: (NSString*) status online: (BOOL) online;
@end