comparison src/plugins/plugin_exp_pipe.py @ 1672:dbd7c79aab2b

plugin group blog: big cleaning
author Goffi <goffi@goffi.org>
date Wed, 25 Nov 2015 11:12:51 +0100
parents 697effba0310
children d17772b0fe22
comparison
equal deleted inserted replaced
1671:1895846fc9cb 1672:dbd7c79aab2b
24 from sat.tools import xml_tools 24 from sat.tools import xml_tools
25 from twisted.words.xish import domish 25 from twisted.words.xish import domish
26 from twisted.words.protocols.jabber import jid 26 from twisted.words.protocols.jabber import jid
27 from twisted.internet import defer 27 from twisted.internet import defer
28 28
29 NS_PIPE = 'org.salut-a-toi/pipe' 29 NS_PIPE = 'http://salut-a-toi.org/protocol/pipe'
30 SECURITY_LIMIT=30 30 SECURITY_LIMIT=30
31 31
32 PLUGIN_INFO = { 32 PLUGIN_INFO = {
33 "name": "Pipe Plugin", 33 "name": "Pipe Plugin",
34 "import_name": "EXP-PIPE", 34 "import_name": "EXP-PIPE",