diff --git a/doc/obexd-api.txt b/doc/obexd-api.txt
index ce54ab5..3de3bfe 100644
--- a/doc/obexd-api.txt
+++ b/doc/obexd-api.txt
===============
Service org.bluez.obex
-Interface org.bluez.obex.Session
+Interface org.bluez.obex.Session1
Object path /session{0, 1, 2, ...}
Properties string Target [readonly]
diff --git a/obexd/src/manager.c b/obexd/src/manager.c
index 232a71c..8187507 100644
--- a/obexd/src/manager.c
+++ b/obexd/src/manager.c
#define OBEX_MANAGER_INTERFACE OBEXD_SERVICE ".AgentManager1"
#define ERROR_INTERFACE OBEXD_SERVICE ".Error"
#define TRANSFER_INTERFACE OBEXD_SERVICE ".Transfer1"
-#define SESSION_INTERFACE OBEXD_SERVICE ".Session"
+#define SESSION_INTERFACE OBEXD_SERVICE ".Session1"
#define AGENT_INTERFACE OBEXD_SERVICE ".Agent1"
#define TIMEOUT 60*1000 /* Timeout for user response (miliseconds) */