]> cgit.babelmonkeys.de Git - jubjub.git/blob - src/gui/common/JubUI.h
Track current presence
[jubjub.git] / src / gui / common / JubUI.h
1 @class JubChatClient;
2 @class XMPPPresence;
3
4 @protocol JubUI
5 - initWithClient: (JubChatClient*)client;
6 - (void)startUIThread;
7 -      (void)client: (JubChatClient*)client
8   didChangePresence: (XMPPPresence*)presence;
9 @end