moved seesmic branch to trunk
This commit is contained in:
7
sleekxmpp/xmlstream/handler/xmlcallback.py
Normal file
7
sleekxmpp/xmlstream/handler/xmlcallback.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import threading
|
||||
from . callback import Callback
|
||||
|
||||
class XMLCallback(Callback):
|
||||
|
||||
def run(self, payload):
|
||||
Callback.run(self, payload.xml)
|
||||
Reference in New Issue
Block a user