aboutsummaryrefslogtreecommitdiff
path: root/python/python3-xcaplib/README
diff options
context:
space:
mode:
authorLockywolf <for_sbo.python3-xcaplib_2023-09-22@lockywolf.net>2023-09-23 10:11:05 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 11:33:36 +0700
commit089bf2341c06a4d8cae8e9f2612f584e6de2c9b8 (patch)
tree96abcd66a3e47f52ad1fe44e2cfead215ed1327f /python/python3-xcaplib/README
parent3ed84f16e33d97bd683f9bb76210e9e2f0fa785e (diff)
python/python3-xcaplib: Added (xcap client library).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.