summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2006-11-28 21:02:33 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2006-11-28 21:02:33 +0000
commit135f79c35257dc7bced182f1e4ae60b3fcdc9602 (patch)
treeca93146f1f6ea4a18cce50980602efa45c9bf30b
parentadcfee2f842e6d25c5b7a9c34a4ee0bbcdfe300b (diff)
new issue: how reply properly to a msg sent to not registered service path
-rw-r--r--hcid/dbus-todo.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/hcid/dbus-todo.txt b/hcid/dbus-todo.txt
index 8090bada..2598c82d 100644
--- a/hcid/dbus-todo.txt
+++ b/hcid/dbus-todo.txt
@@ -20,3 +20,13 @@ directly.
Date: 2006/11/26
Re-design the name resolving to avoid adapter busy "state" with paging when
the remote device is not reachable.
+
+* Service Agent path
+Date: 2006/11/28
+If a client sends a message to an invalid service agent path it is necessary
+reply a standard message. eg: invalid service or service not registered
+It is not correct register a fallback '/', maybe should be better filter the
+message(use add_match) and check if the path belongs to the service list.
+The manager path is a fallback path, but the service path can not include
+'/org/bluez' prefix.
+