comparison src/plugins/plugin_misc_groupblog.py @ 1664:5d0ff155be1a

plugin XEP-0277: tags are handled through atom categories
author Goffi <goffi@goffi.org>
date Tue, 24 Nov 2015 23:18:32 +0100
parents 9aa2a703e460
children 1895846fc9cb
comparison
equal deleted inserted replaced
1663:47224056ce5c 1664:5d0ff155be1a
26 from twisted.words.xish.domish import generateElementsNamed 26 from twisted.words.xish.domish import generateElementsNamed
27 from sat.core import exceptions 27 from sat.core import exceptions
28 from wokkel import disco, data_form, iwokkel 28 from wokkel import disco, data_form, iwokkel
29 from wokkel import rsm 29 from wokkel import rsm
30 from zope.interface import implements 30 from zope.interface import implements
31 from tools import common 31 from sat.tools import common
32 # import uuid 32 # import uuid
33 33
34 try: 34 try:
35 from twisted.words.protocols.xmlstream import XMPPHandler 35 from twisted.words.protocols.xmlstream import XMPPHandler
36 except ImportError: 36 except ImportError: