Skip to content

Commit

Permalink
Merge branch 'feature/broker_service' into feature/multi_broker_merge
Browse files Browse the repository at this point in the history
Signed-off-by: Domingo Oropeza <[email protected]>
  • Loading branch information
DIOHz0r committed Dec 14, 2018
2 parents 78ee0e3 + 0ceb9df commit ac241f3
Show file tree
Hide file tree
Showing 62 changed files with 4,704 additions and 1,554 deletions.
2 changes: 1 addition & 1 deletion ajax/mqtt_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
exit();
}
$clientid = "flyvemdm-test";
$mqttClient = PluginFlyvemdmMqttclient::getInstance();
$mqttClient = \GlpiPlugin\Flyvemdm\Mqtt\MqttConnection::getInstance();
$statusMessage = 'Test message not sent';
if ($mqttClient->sendTestMessage($address, $port, $isTls, $sslCiphers)) {
$statusMessage = 'Test message sent';
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"sskaje/mqtt": "dev-master",
"tufanbarisyildirim/php-apk-parser": "dev-master",
"docopt/docopt": "^1.0",
"twig/twig": "^1.0"
"twig/twig": "^1.0",
"sly/notification-pusher": "^2.3"
},
"require-dev": {
"ext-bz2": "*",
Expand All @@ -44,6 +45,11 @@
"no-api": true
}
],
"autoload": {
"psr-4": {
"GlpiPlugin\\Flyvemdm\\": "inc/"
}
},
"autoload-dev": {
"psr-4": {
"Flyvemdm\\Tests\\": "tests/src/Flyvemdm/Tests/",
Expand Down
Loading

0 comments on commit ac241f3

Please sign in to comment.