]> 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 222fc27471b62468d7baa2be8433fb5b4a086fe5..6d3a3e4a6bc4ee96db1f9a57ad853e2d2497f541 100644 (file)
        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