Skip to content

Instantly share code, notes, and snippets.

@dreiss
Created October 31, 2008 21:24
Show Gist options
  • Save dreiss/21426 to your computer and use it in GitHub Desktop.
Save dreiss/21426 to your computer and use it in GitHub Desktop.
update_accum(_UID, #contactInfo{presence=0}, Accum) -> Accum;
update_accum(UID, #contactInfo{presence=Presence}, Accum) ->
dict:store(UID, Presence, Accum).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment