User Tools

Site Tools


plugins:02_infojson

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
plugins:02_infojson [2018/08/19 14:28]
James Sentman removed allowTCP and allowUDP as those don’t matter anymore
plugins:02_infojson [2018/08/24 15:14] (current)
James Sentman [allowBonjour] added info that XTension will take care of it
Line 65: Line 65:
 </​code>​ </​code>​
  
-==portSelectOutgoing==+===portSelectOutgoing===
 OPTIONAL: (boolean) if present and True the communications selection popup will be  forced to select "​remote tcp connection"​ and then disabled so that no other comm  type can be selected by the user. OPTIONAL: (boolean) if present and True the communications selection popup will be  forced to select "​remote tcp connection"​ and then disabled so that no other comm  type can be selected by the user.
  
Line 92: Line 92:
  
 ==allowBonjour== ==allowBonjour==
-OPTIONAL: (boolean) defaults to True. Allows for you to register a bonjour, zero-conf or   ​mDNS name on the local network making it easier to find.  +OPTIONAL: (boolean) defaults to True. Allows for you to register a bonjour, zero-conf or mDNS name on the local network making it easier to find. The actual work of creating the mDNS record is handled by XTension. Your plugin does not have to do anything other than specify that you’d like it to be an option and supply the default service type string.
 ==defaultBonjourName== ==defaultBonjourName==
 OPTIONAL: (string) if present this will be offered as the default Bonjour name for the  service you are registering. This is the DNS name that other devices will use to find  your server. OPTIONAL: (string) if present this will be offered as the default Bonjour name for the  service you are registering. This is the DNS name that other devices will use to find  your server.
plugins/02_infojson.1534688907.txt.gz · Last modified: 2018/08/19 14:28 by James Sentman