summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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