Default value for encoding everywhere is set to None.
Method capabilities() now is called as part of connect() to collect supported encoding as part of session establishing.
If encoding is not specified by user, then it is auto-set based on the list collected via capabilites() with json having the first priority follwed by json_ietf.
encoding
everywhere is set toNone
.capabilities()
now is called as part ofconnect()
to collect supported encoding as part of session establishing.encoding
is not specified by user, then it is auto-set based on the list collected viacapabilites()
withjson
having the first priority follwed byjson_ietf
.