comparison sat.tac @ 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 a61beb21d16d
children d24629c631fc
comparison
equal deleted inserted replaced
38:3e24753b9e0b 39:2e3411a6baad
24 24
25 from twisted.application import internet, service 25 from twisted.application import internet, service
26 from twisted.internet import glib2reactor, protocol, task 26 from twisted.internet import glib2reactor, protocol, task
27 glib2reactor.install() 27 glib2reactor.install()
28 28
29 from twisted.words.protocols.jabber import jid, xmlstream, error 29 from twisted.words.protocols.jabber import jid, xmlstream
30 from twisted.words.protocols.jabber import error as jab_error
30 from twisted.words.xish import domish 31 from twisted.words.xish import domish
31 32
32 from twisted.internet import reactor 33 from twisted.internet import reactor
33 import pdb 34 import pdb
34 35