summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristophe Guiraud <christophe.guiraud@intel.com>2013-03-22 09:47:53 +0100
committerChristophe Guiraud <christophe.guiraud@intel.com>2013-03-22 13:36:22 +0100
commitda8a208c58b3854dd1e880d79c0f1b0e2fb38b24 (patch)
tree99aa7337560012065a866764b262e79262610073 /README
parentf3042c6ce0109ee9c4a71d330f24983c4af07c48 (diff)
downloaddleyna-server-da8a208c58b3854dd1e880d79c0f1b0e2fb38b24.tar.gz
[Doc] add with-ua-prefix doc to README
Add missing with-ua-prefix option doc to the README. Fix issue https://github.com/01org/dleyna-server/issues/37 Signed-off-by: Christophe Guiraud <christophe.guiraud@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 2506c4c..46d11f7 100644
--- a/README
+++ b/README
@@ -88,3 +88,10 @@ Set the IPC mechanism to be used.
This option is disabled by default. To enable use --enable-lib-only.
When enabled, only the libdleyna-server library is built.
+
+--with-ua-prefix
+
+This option allows a prefix to be added to the SOUP session user agent.
+For example, --with-ua-prefix=MyPrefix can be used to change a default user
+agent string from "dLeyna/0.0.1 GUPnP/0.19.4 DLNADOC/1.50" to
+"MyPrefix dLeyna/0.0.1 GUPnP/0.19.4 DLNADOC/1.50".