mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
7 lines
113 B
Python
7 lines
113 B
Python
|
from . waiter import Waiter
|
||
|
|
||
|
class XMLWaiter(Waiter):
|
||
|
|
||
|
def run(self, payload):
|
||
|
Waiter.run(self, payload.xml)
|