Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Created February 23, 2016 14:14
Show Gist options
  • Select an option

  • Save johnhamelink/23ed355af9a5c039a640 to your computer and use it in GitHub Desktop.

Select an option

Save johnhamelink/23ed355af9a5c039a640 to your computer and use it in GitHub Desktop.
def parse_packet({:xmlel, "message", [{"to", _to_jid}, {"id", _msg_id}, {"type", "chat"}], [{:xmlel, "body", _something, [xmlcdata: msg]}]}) do
msg
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment