Python client [sends](https://github.com/magic-wormhole/magic-wormhole/blob/master/src/wormhole/wormhole.py#L281) a key called `dilation-abilities` in the versions message jSON payload. This seem undocumented in the dilation specification. ``` {'can-dilate': ['1'], 'dilation-abilities': [{'type': 'direct-tcp-v1'}, {'type': 'relay-v1'}], 'app_versions': {}} ```