forked from legastero/stanza
-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.json
87 lines (87 loc) · 2.49 KB
/
1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[
"vcardTemp",
{
"fullName": "Peter Saint-Andre",
"name": {
"given": "Peter",
"family": "Saint-Andre"
},
"records": [
{ "type": "nickname", "value": "stpeter" },
{
"type": "url",
"value": "http://www.xmpp.org/xsf/people/stpeter.shtml"
},
{ "type": "birthday", "value": "1966-08-06" },
{
"type": "organization",
"value": "XMPP Standards Foundation",
"units": []
},
{ "type": "title", "value": "Executive Director" },
{ "type": "role", "value": "Patron Saint" },
{
"type": "tel",
"types": ["work", "voice"],
"value": "303-308-3282"
},
{
"type": "tel",
"types": ["work", "fax"],
"value": ""
},
{
"type": "tel",
"types": ["work", "msg"],
"value": ""
},
{
"type": "address",
"types": ["work"],
"street": "1899 Wynkoop Street",
"street2": "Suite 600",
"city": "Denver",
"region": "CO",
"code": "80202",
"country": "USA"
},
{
"type": "tel",
"types": ["home", "voice"],
"value": "303-555-1212"
},
{
"type": "tel",
"types": ["home", "fax"],
"value": ""
},
{
"type": "tel",
"types": ["home", "msg"],
"value": ""
},
{
"type": "address",
"types": ["home"],
"city": "Denver",
"region": "CO",
"code": "80209",
"country": "USA"
},
{
"type": "email",
"types": ["internet"],
"preferred": true,
"value": "[email protected]"
},
{
"type": "jid",
"value": "[email protected]"
},
{
"type": "description",
"value": "More information about me is located on my personal website: http://www.saint-andre.com/"
}
]
}
]