summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2015-09-08 02:23:33 +0200
committerJulian Ospald <hasufell@gentoo.org>2015-09-08 19:40:14 +0200
commit5cbebf4bb675d87ecc6df4606c159c8862bd9353 (patch)
tree9274603b39ad965f2c96a5b275c976c4d699fc81 /dev-python/python-xcaplib/metadata.xml
parentdev-python/python-application: initial import of version 1.5.0 (diff)
downloadgentoo-5cbebf4bb675d87ecc6df4606c159c8862bd9353.tar.gz
gentoo-5cbebf4bb675d87ecc6df4606c159c8862bd9353.tar.bz2
gentoo-5cbebf4bb675d87ecc6df4606c159c8862bd9353.zip
dev-python/python-xcaplib: initial import of version 1.1.0
Gentoo-Bug: 446198
Diffstat (limited to 'dev-python/python-xcaplib/metadata.xml')
-rw-r--r--dev-python/python-xcaplib/metadata.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/python-xcaplib/metadata.xml b/dev-python/python-xcaplib/metadata.xml
new file mode 100644
index 000000000000..0dd9c1582327
--- /dev/null
+++ b/dev-python/python-xcaplib/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>hasufell@gentoo.org</email>
+ <name>Julian Ospald</name>
+ </maintainer>
+ <longdescription lang="en">
+ 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.
+
+ The XCAP client example script provided by this package can be used to
+ manage documents on an XCAP server.
+ </longdescription>
+</pkgmetadata>