Skip to content

Commit

Permalink
Merge branch 'feature/multi_broker_merge' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Dec 20, 2018
2 parents ddf0722 + ac241f3 commit 8b0e450
Show file tree
Hide file tree
Showing 62 changed files with 4,703 additions and 1,553 deletions.
2 changes: 1 addition & 1 deletion ajax/mqtt_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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 8b0e450

Please sign in to comment.