diff options
author | Rob Staudinger <robsta@linux.intel.com> | 2011-07-25 21:15:34 +0200 |
---|---|---|
committer | Rob Staudinger <robsta@linux.intel.com> | 2011-07-25 21:15:34 +0200 |
commit | 14b903d40040d3a03bc5e2a9aded5ee93e0e8aa9 (patch) | |
tree | 66519b5de7f1c8eeedfd6c46bc6490dc9b8ecba5 | |
parent | 3ad1b2aa36d0d6bc3baae2ae932f94a13d100436 (diff) |
Add TODO
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | TODO | 8 | ||||
-rw-r--r-- | configure.ac | 1 |
3 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a9684c8..4003b54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=ytstenut-glib docs tests +SUBDIRS=ytstenut-glib docs tests examples #SUBDIRS=ytstenut-glib tests #DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc @@ -0,0 +1,8 @@ +TODO + +* ytsg_client_connect_to_mesh() -> ytsg_client_connect() +* Need to pass jid, or better sending service, with received message. +* Roster should be created with _new() instead of _get() from client. +* Should send-file really be with YtsgContact? Why not Service? Which service is receiving the file? +* Get rid of --enable-docs and adhere to --enable-gtk-doc only. +* Add checking and error reporting when service name doesn't conform when creating YtsgClient.
\ No newline at end of file diff --git a/configure.ac b/configure.ac index ad87708..f11b629 100644 --- a/configure.ac +++ b/configure.ac @@ -159,6 +159,7 @@ docs/Makefile docs/reference/Makefile docs/reference/ytstenut-glib/Makefile docs/reference/ytstenut-glib/ytstenut-glib-docs.xml +examples/Makefile ytstenut-glib/Makefile ytstenut-glib/ytsg-version.h ytstenut-glib/ytstenut-glib.pc |