SHINDIG-1056 by lipeng, BasicRemoteContentTest doesn't depend on static private key...
[shindig.git] / javascript / samplecontainer / state-basicfriendlist.xml
blob8afe841b87e1df5672406941495eeb12fde7b051
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!--
3  * Licensed to the Apache Software Foundation (ASF) under one
4  * or more contributor license agreements.  See the NOTICE file
5  * distributed with this work for additional information
6  * regarding copyright ownership.  The ASF licenses this file
7  * to you under the Apache License, Version 2.0 (the
8  * "License"); you may not use this file except in compliance
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied.  See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19 -->
20 <container>
21   <people>
22     <person id="john.doe" name="John Doe" gender="M">
23       <friend>jane.doe</friend>
24       <friend>george.doe</friend>
25       <friend>maija.m</friend>
26       <count type="inbox">10</count>
27       <address type="office">
28         <latitude>37.78940406684465</latitude>
29         <longitude>-122.40046262741089</longitude>
30         <streetAddress>55 2nd Street, Suite 300</streetAddress>
31         <locality>San Francisco</locality>
32         <region>CA</region>
33         <postalCode>94105</postalCode>
34         <country>United States</country>
35       </address>
36     </person>
37     <person id="jane.doe" name="Jane Doe" phone="867-5309" gender="F">
38       <friend>john.doe</friend>
39       <count type="inbox">3</count>
40     </person>
41     <person id="george.doe" name="George Doe" gender="M">
42       <friend>john.doe</friend>
43     </person>
44     <person id="mario.rossi" name="Mario Rossi" gender="M">
45     </person>
46     <person id="maija.m" name="Maija Meikäläinen" gender="F">
47     </person>
48   </people>
50   <personAppData>
51     <data person="george.doe" field="count">2</data>
52     <data person="jane.doe" field="count">7</data>
53   </personAppData>
55   <activities>
56     <stream title="jane's photos" userId="jane.doe">
57       <activity title="Jane just posted a photo of a monkey" id="1"
58           body="and she thinks you look like him!">
59         <mediaItem type="IMAGE" mimeType="image/jpeg" url="http://animals.nationalgeographic.com/staticfiles/NGS/Shared/StaticFiles/animals/images/primary/black-spider-monkey.jpg"></mediaItem>
60         <mediaItem type="IMAGE" mimeType="image/jpeg" url="http://image.guardian.co.uk/sys-images/Guardian/Pix/gallery/2002/01/03/monkey300.jpg"></mediaItem>
61       </activity>
62       <activity title="Jane says George likes yoda!" id="1"
63           body="or is it you?">
64         <mediaItem type="IMAGE" mimeType="image/jpeg" url="http://www.funnyphotos.net.au/images/fancy-dress-dog-yoda-from-star-wars1.jpg"></mediaItem>
65       </activity>
66     </stream>
67   </activities>
68   
69   <applications>
70         <application id="6729">
71                 <user>john.doe</user>
72                 <user>jane.doe</user>
73         </application>
74   </applications>
76 </container>