<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p>Hello,</p><p>I am new to xmpp and I wanted to extract the names of the user who is sending the message and the name of the user to whom he is sending the message from the message stanza.</p><p>I have been using </p><p>A=Packet#message.from.</p><p>which gives me the complete jid tuple(I am using erlang programming language).</p><p>Can anyone tell me how can I get just the names of the people who are sending and receiving messages from the message stanza alone.</p><p>Regards,</p><p>Abhishek </p></body></html>