Add CONNECT handler

pull/8/head
Nicolas Jouanin 2015-05-31 22:03:51 +02:00
rodzic b1444f6a03
commit 3633ceb7cb
2 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1 @@
__author__ = 'nico'

Wyświetl plik

@ -0,0 +1,9 @@
# Copyright (c) 2015 Nicolas JOUANIN
#
# See the file license.txt for copying permission.
from hbmqtt.message import MQTTMessage, ConnectMessage
class ConnectHandle:
@staticmethod
def handle(message:ConnectMessage) -> MQTTMessage: