]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/cli/JubCLIUI.h
Add support for accepting Subscription Requests to CLI frontend
[jubjub.git] / src / gui / cli / JubCLIUI.h
index b610d0a18bce9c4a1a35c09e00c3f5534aff7efd..6d3a3e4a6bc4ee96db1f9a57ad853e2d2497f541 100644 (file)
@@ -2,6 +2,7 @@
 #import <ObjXMPP/ObjXMPP.h>
 
 #import "JubUI.h"
+#import "linenoise.h"
 
 @class JubCLIChatUI;
 @class JubChatClient;
        JubChatClient *_client;
        XMPPContactManager *_contactManager;
        OFMutableDictionary *_commands;
+       OFMutableSet *_subRequests;
 }
 @property (readonly) JubChatClient *client;
 @property (readonly) XMPPContact *lastIn;
 @property (retain) JubCLIChatUI *sink;
+@property (readonly) OFMutableSet *subRequests;
 
 - (BOOL)Jub_userInputWithStream: (OFStream*)stream
                           line: (OFString*)line