aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/xsd/chatMessages_example_1.xml
blob: b633d534811f0d20c2a0e0012ca1f54d28fd2240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>

<subsonic-response xmlns="http://subsonic.org/restapi"
                   status="ok" version="1.2.0">

    <chatMessages>
        <chatMessage username="sindre" time="1269771845310" message="Sindre was here"/>
        <chatMessage username="ben" time="1269771842504" message="Ben too"/>
    </chatMessages>

</subsonic-response>