Gentoo Archives: gentoo-commits

From: "Vadim A. Misbakh-Soloviov" <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lua:master commit in: net-im/prosody-modules/
Date: Sat, 28 Dec 2013 20:50:44
Message-Id: 1388263831.59c8317910bb689f533dcd435a8c522c83fa60e6.mva@gentoo
1 commit: 59c8317910bb689f533dcd435a8c522c83fa60e6
2 Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
3 AuthorDate: Sat Dec 28 20:50:31 2013 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Sat Dec 28 20:50:31 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=59c83179
7
8 [net-im/prosody-modules] bump
9
10 Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
11
12 ---
13 net-im/prosody-modules/metadata.xml | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-im/prosody-modules/metadata.xml b/net-im/prosody-modules/metadata.xml
17 index 77e9791..dc62731 100644
18 --- a/net-im/prosody-modules/metadata.xml
19 +++ b/net-im/prosody-modules/metadata.xml
20 @@ -151,6 +151,6 @@
21 <flag name='vjud'>Basic implementation of <a href="http://xmpp.org/extensions/xep-0055.html" rel="nofollow">XEP-0055: Jabber Search</a>.</flag>
22 <flag name='watchuntrusted'>Similar to mod_watchregistrations, this module warns admins when an s2s connection fails due for encryption or trust reasons.</flag>
23 <flag name='webpresence'>Quite often you may want to publish your Jabber status to your blog or website. mod_webpresence allows you to do exactly this.</flag>
24 - <flag name='websocket'><a href="http://en.wikipedia.org/wiki/WebSocket" rel="nofollow">WebSockets</a> is a new protocol for providing web pages with simple two-way communication with a web server.</flag>
25 + <flag name='websocket'><a href="http://en.wikipedia.org/wiki/WebSocket" rel="nofollow">WebSockets</a> is a new protocol for providing web pages with simple two-way communication with a web server. This module allows browsers to communicate with Prosody via XMPP over WebSockets. This usually has less overhead then using <a href="https://prosody.im/doc/modules/mod_bosh" rel="nofollow">BOSH</a>. Note that the <a href="https://tools.ietf.org/html/draft-ietf-xmpp-websocket" rel="nofollow">XMPP over !WebSocket specification</a> has not been finalized yet, and is still evolving.</flag>
26 </use>
27 </pkgmetadata>