summaryrefslogtreecommitdiffstats
path: root/python/python3-xcaplib/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-xcaplib/README')
-rw-r--r--python/python3-xcaplib/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/python/python3-xcaplib/README b/python/python3-xcaplib/README
new file mode 100644
index 0000000000..dee9d7ddc2
--- /dev/null
+++ b/python/python3-xcaplib/README
@@ -0,0 +1,13 @@
+Python XCAP client library
+--------------------------
+
+XCAP protocol, defined in RFC 4825, allows a client to read, write,
+and modify application configuration data stored in XML format on a
+server. XCAP maps XML document sub-trees and element attributes to
+HTTP URIs, so that these components can be directly accessed by HTTP.
+An XCAP server used by XCAP clients to store data like presence policy
+in combination with a SIP Presence server that supports
+PUBLISH/SUBSCRIBE/NOTIFY SIP methods can provide a complete SIP SIMPLE
+solution.
+
+Its primary purpose is to be a dependency for the Blink SIP client.