comparison plugins/plugin_xep_0096.py @ 1:a06a151fc31f

Disconnect first draft
author Goffi <goffi@goffi.org>
date Sun, 18 Oct 2009 23:20:45 +0200
parents c4bc297b82f0
children c14a3a7018a5
comparison
equal deleted inserted replaced
0:c4bc297b82f0 1:a06a151fc31f
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, error
26 import os.path 26 import os.path
27 from twisted.internet import reactor #FIXME best way ??? 27 from twisted.internet import reactor #FIXME best way ???
28 28 import pdb
29 29
30 PLUGIN_INFO = { 30 PLUGIN_INFO = {
31 "name": "XEP 0096 Plugin", 31 "name": "XEP 0096 Plugin",
32 "import_name": "XEP_0096", 32 "import_name": "XEP_0096",
33 "type": "XEP", 33 "type": "XEP",