mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +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)
|