From ddb30362fa72efe411167233df800e8afa6fe0cd Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 23 Apr 2012 23:02:48 +0100 Subject: [PATCH] Pulled out TODO --- README | 9 --------- TODO | 6 ++++++ 2 files changed, 6 insertions(+), 9 deletions(-) create mode 100644 TODO diff --git a/README b/README index c5160a47..1bb385e3 100644 --- a/README +++ b/README @@ -11,12 +11,3 @@ Currently requires modified version of libstrophe found at: git://github.com/boothj5/libstrophe.git - -WORKLIST --------- -Allow subscription management -Dont start chat window when no such recipient -Managing and storing user profiles -Other IM protocols -Support chat logging -Tab completion on commands diff --git a/TODO b/TODO new file mode 100644 index 00000000..cd8e163f --- /dev/null +++ b/TODO @@ -0,0 +1,6 @@ +Allow subscription management (subscribe to user presence) +Dont start chat window when no such recipient +Managing and storing user profiles +Other IM protocols +Support chat logging to file +Tab completion on commands