- second problem, openfire did not create any SSL connection.
Solution: create openfire group, user and change ownership of openfire directory before installation #groupadd openfire #useradd -d /opt/openfire -g openfire openfire#chown -R openfire:openfire /opt/openfire #emerge net-im/openfire
- testing sox comand line tools
genbox ~ # sox_authenticate -u admin@127.0.0.1 -p admin -host 127.0.0.1 -port 5223 -verbose
XMPP Server: 127.0.0.1
XMPP Server Port: 5223
XMPP PubSub Server: pubsub.127.0.0.1
XMPP Server SSL Fingerprint: blah
username: admin@127.0.0.1
Verbose: YES
authenticated
- testing Sensor-over-XMPP tools (add publisher, subscriber, create node, publish to events…)
- testing, using arduino sensor data in a program to publish to an event. working =)


