diff options
author | 2015-09-08 03:18:53 +0200 | |
---|---|---|
committer | 2015-09-08 19:40:15 +0200 | |
commit | 304ccf83c8464fdd7cb1f3650f7e1d32483a417b (patch) | |
tree | b4f3a6547ad83b9c902149155cf6977c84e7653d /dev-python/python-msrplib/metadata.xml | |
parent | dev-python/python-gnutls: initial import of version 2.0.1 (diff) | |
download | gentoo-304ccf83c8464fdd7cb1f3650f7e1d32483a417b.tar.gz gentoo-304ccf83c8464fdd7cb1f3650f7e1d32483a417b.tar.bz2 gentoo-304ccf83c8464fdd7cb1f3650f7e1d32483a417b.zip |
dev-python/python-msrplib: initial import of version 0.18.0
Gentoo-Bug: 446194
Diffstat (limited to 'dev-python/python-msrplib/metadata.xml')
-rw-r--r-- | dev-python/python-msrplib/metadata.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/python-msrplib/metadata.xml b/dev-python/python-msrplib/metadata.xml new file mode 100644 index 000000000000..5ea4fe9779f0 --- /dev/null +++ b/dev-python/python-msrplib/metadata.xml @@ -0,0 +1,30 @@ +<?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"> + Message Session Relay Protocol (MSRP) is a protocol for transmitting a + series of related instant messages in the context of a session. Message + sessions are treated like any other media stream when set up via a + rendezvous or session creation protocol such as the Session Initiation + Protocol (SIP). + + A series of related instant messages between two or more parties can be + viewed as part of a "message session", that is, a conversational exchange + of messages with a definite beginning and end. This is in contrast to + individual messages each sent independently. Messaging schemes that track + only individual messages can be described as "page-mode" messaging, + whereas messaging that is part of a "session" with a definite start and + end is called "session-mode" messaging. + + Page-mode messaging is enabled in SIP via the SIP MESSAGE method, as + defined in RFC 3428. Session-mode messaging has a number of benefits + over page-mode messaging, however, such as explicit rendezvous, tighter + integration with other media-types, direct client-to-client operation, + and brokered privacy and security. + </longdescription> +</pkgmetadata> |