diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-08-01 23:17:07 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-08-01 23:17:07 (GMT) |
commit | 188ff36e3fbfdc174ea75babc1deb3aebcf1472b (patch) | |
tree | b8d4f9153acec5b399ece8486c8c9276d8395858 /Slimber/Cocoa/Menulet.h | |
parent | aa3b4c09352cdfb2f999fc6c12faed6339405d03 (diff) | |
download | swift-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.h | 5 |
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 |