diff --git a/xep-0347.xml b/xep-0347.xml index 5761449e..53e2adfa 100644 --- a/xep-0347.xml +++ b/xep-0347.xml @@ -47,6 +47,14 @@ TBD http://www-rnks.informatik.tu-cottbus.de/~rklauck + + 0.2 + 2014-09-07 + pw + +

Added a small note regarding URL encoding of hash signs, and corrected the Google Chart URL example.

+
+
0.1 2014-04-10 @@ -110,10 +118,6 @@ xep-0000-IoT-BatteryPoweredSensors Defines how to handle the peculiars related to battery powered devices, and other devices intermittently available on the network. - - xep-0000-IoT-Discovery - This specification. Defines the peculiars of Thing discovery in Internet of Things. Apart from discovering Things by JID, it also defines how to discover Things based on location, etc. - xep-0000-IoT-Events Defines how Things send events, how event subscription, hysteresis levels, etc., are configured. @@ -169,6 +173,10 @@ XEP-0336 Defines extensions for how dynamic forms can be created, based on &xep0004;, &xep0122;, &xep0137; and &xep0141;. + + XEP-0347 + This specification. Defines the peculiars of Thing discovery in Internet of Things. Apart from discovering Things by JID, it also defines how to discover Things based on location, etc. + @@ -729,11 +737,14 @@ Using UTF-8 encoding when generating the QR-code, this string returns the following QR-code:

- +

To generate a QR-code, Google Chart API can be used: - https://chart.googleapis.com/chart?cht=qr&chs=200x200&chl=IoTDisco;SN:394872348732948723;MAN:www.ktc.se;MODEL:IMC;#V:1.2;KEY:4857402340298342 + https://chart.googleapis.com/chart?cht=qr&chs=200x200&chl=IoTDisco;SN:394872348732948723;MAN:www.ktc.se;MODEL:IMC;%23V:1.2;KEY:4857402340298342 +

+

+ Note: The hash sign (#) has been URL encoded to %23 in the URL.

Once the client has the required meta information about the Thing to claim ownership, it sends itself the following request to the Thing Registry: @@ -1534,7 +1545,7 @@ @@ -1788,18 +1799,18 @@ meta-data tags used in Thing Registry registrations can be found out by sniffing the network, making it possible to hijack the corresponding devices.

- +

TBD

-
- + +

TBD

-
- + +

TBD

-
+

This document requires no interaction with &IANA;.