diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index be9c9ffb..901e6657 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -2426,6 +2426,22 @@
would be padded by Nul bytes.
+
+ TCP Sockets
+
+ The tcp transport provides TCP/IP based connections between clients
+ located on the same or different hosts.
+
+
+ Windows notes: Because the tcp stack on windows do not provide sending
+ credentials over a tcp connection, the EXTERNAL authentification
+ mechanismus do not work.
+
+
+ Using tcp transport without any additional secure authentification mechanismus
+ over a network is unsecure.
+
+
Nonce-secured TCP Sockets