Skip to content

Instantly share code, notes, and snippets.

@folz
Created February 29, 2012 17:05
Show Gist options
  • Save folz/1942497 to your computer and use it in GitHub Desktop.
Save folz/1942497 to your computer and use it in GitHub Desktop.
<presence from='{Jane}@public.talk.google.com/android{UNIQUE_ID}'
to='{me}@gmail.com'>
<status/>
<show>available</show>
<!-- metadata truncated for brevity -->
</presence>
<presence from='{John}@gmail.com/gmail{UNIQUE_ID}' to='{me}@gmail.com'>
<status/>
<show>available</show>
<!-- metadata truncated for brevity -->
</presence>
<presence type='unavailable'
from='{John}@gmail.com/gmail{UNIQUE_ID}' to='{me}@gmail.com'>
<status/>
<!-- metadata truncated for brevity -->
</presence>
<presence from='{Jane}@public.talk.google.com/android{UNIQUE_ID}'
to='{me}@gmail.com'>
<status/>
<show>available</show>
<!-- metadata truncated for brevity -->
</presence>
<presence from='{Jane}@public.talk.google.com/android{UNIQUE_ID}'
to='{me}@gmail.com'>
<status/>
<show>available</show>
<!-- metadata truncated for brevity -->
</presence>
(... one minute later ...)
<presence from='{Jane}@public.talk.google.com/android{UNIQUE_ID}'
to='{me}@gmail.com'>
<status/>
<show>away</show>
<!-- metadata truncated for brevity -->
</presence>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment