about summary refs log tree commit diff stats
path: root/presence_example.txt
blob: ce0f33ffc4517ba9a1a90b38551033882253327b (plain) (blame)
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
<presence to="james.booth@framework" 
          from="tony.walsh@framework/407908c3">
    <show>away</show>
    <status>I'm not here right now</status>
    <c hash="sha-1" 
       xmlns="http://jabber.org/protocol/caps" 
       ver="I22W7CegORwdbnu0ZiQwGpxr0Go=" 
       node="http://pidgin.im/"/>
    <x xmlns="vcard-temp:x:update"><photo/></x>
</presence>

<presence to="james.booth@framework" 
          from="tony.walsh@framework/407908c3">
    <show>away</show>
    <status>I'm not here right now</status>
    <query xmlns="jabber:iq:last" 
           seconds="302"/>
    <c hash="sha-1" 
       xmlns="http://jabber.org/protocol/caps" 
       ver="I22W7CegORwdbnu0ZiQwGpxr0Go=" 
       node="http://pidgin.im/"/>
    <x xmlns="vcard-temp:x:update"><photo/></x>
</presence>





<presence to="james.booth@framework" 
          from="chris.hosegood@framework/e63f97b3">
    <priority>1</priority>
    <c hash="sha-1" 
       xmlns="http://jabber.org/protocol/caps" 
       ext="voice-v1 camera-v1 video-v1" 
       ver="AcN1/PEN8nq7AHD+9jpxMV4U6YM=" 
       node="http://pidgin.im/"/>
    <x xmlns="vcard-temp:x:update">
        <photo>768d0f2eb2785fb470a1a629d46b4482ebea5c55</photo>
    </x>
</presence>

<presence to="james.booth@framework" 
          type="unavailable" 
          from="chris.hosegood@framework/e63f97b3"/>

<presence to="james.booth@framework" 
          from="chris.hosegood@framework/c718dfe1">
    <priority>1</priority>
    <c hash="sha-1" 
       xmlns="http://jabber.org/protocol/caps" 
       ext="voice-v1 camera-v1 video-v1" 
       ver="AcN1/PEN8nq7AHD+9jpxMV4U6YM=" 
       node="http://pidgin.im/"/>
    <x xmlns="vcard-temp:x:update">
        <photo>768d0f2eb2785fb470a1a629d46b4482ebea5c55</photo>
    </x>
</presence>