diff 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
line wrap: on
line diff
--- a/plugins/plugin_xep_0096.py	Sat Aug 29 13:34:59 2009 +0200
+++ b/plugins/plugin_xep_0096.py	Sun Oct 18 23:20:45 2009 +0200
@@ -25,7 +25,7 @@
 from twisted.words.protocols.jabber import client, jid, xmlstream, error
 import os.path
 from twisted.internet import reactor #FIXME best way ???
-
+import pdb
 
 PLUGIN_INFO = {
 "name": "XEP 0096 Plugin",