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