You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
value:"usrRkDVe0PYDOo", // tinode ID, may include server address.
50
50
},
51
51
{
52
52
proto:"http", // should be used for either http or https website addresses.
53
-
value:"https://tinode.co", // address of a website.
53
+
value:"https://tinode.co", //actual address of a website.
54
54
}, ...
55
55
],
56
56
bday: { // object, person's birthday.
@@ -61,4 +61,4 @@ When `JSON` is used to represent `theCard` data, it does it differently than [jC
61
61
}
62
62
```
63
63
64
-
All fields are optional. Tinode clients currently use only `fn`, `photo`, `note` fields. If other fields are needed in the future, then they will be adopted from the correspondent [vCard](https://www.rfc-editor.org/rfc/rfc6350.txt) fields.
64
+
All fields are optional. Tinode clients currently use only `fn`, `photo`, `org`, `note`, `comm` fields. If other fields are needed in the future, then they will be adopted from the correspondent [vCard](https://www.rfc-editor.org/rfc/rfc6350.txt) fields.
0 commit comments