comparison plugins/plugin_xep_0096.py @ 39:2e3411a6baad

Wix: external server management in gateways manager, SàT: bug fixes in gateway management - SàT: from twisted.words.protocols.jabber.error module imported as jab_error to avoir name colision with error log method - XEP_0100 plugin: added errback for disco info - XEP_0077 plugin: registration callback now look for "x" element (data form: see XEP-0004), and send an error message if it can't find it. - Wix: added fields for browsing external server gateways
author Goffi <goffi@goffi.org>
date Thu, 17 Dec 2009 17:29:02 +1100
parents bb72c29f3432
children 4392f1fdb064
comparison
equal deleted inserted replaced
38:3e24753b9e0b 39:2e3411a6baad
20 """ 20 """
21 21
22 from logging import debug, info, error 22 from logging import debug, info, error
23 from twisted.words.xish import domish 23 from twisted.words.xish import domish
24 from twisted.internet import protocol 24 from twisted.internet import protocol
25 from twisted.words.protocols.jabber import client, jid, xmlstream, error 25 from twisted.words.protocols.jabber import client, jid, xmlstream
26 from twisted.words.protocols.jabber import error as jab_error
26 import os.path 27 import os.path
27 from twisted.internet import reactor #FIXME best way ??? 28 from twisted.internet import reactor #FIXME best way ???
28 import pdb 29 import pdb
29 30
30 from zope.interface import implements 31 from zope.interface import implements