add test_xmppserver.py
Add new test_xmppserver.py - first connect test
This commit is contained in:
parent
d4414bd150
commit
615c6011ed
2 changed files with 49 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ async def main():
|
|||
xmpp_address = (listen_host, 5223)
|
||||
mqtt_address = (listen_host, 8883)
|
||||
|
||||
xmpp_server = bumper.XMPPServer(xmpp_address)
|
||||
|
||||
mqtt_server = bumper.MQTTServer(mqtt_address)
|
||||
mqtt_helperbot = bumper.MQTTHelperBot(mqtt_address)
|
||||
conf_server = bumper.ConfServer(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue