Re: [jdev] Retrieving the name of message sending and message receiving user

2017-06-07 Thread Goffi
Le jeudi 18 mai 2017, 11:44:17 CEST Abhishek Ranjan a écrit : > Hello, > > 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. > > I have been using > > A=Packet#message.

[jdev] Retrieving the name of message sending and message receiving user

2017-05-18 Thread Abhishek Ranjan
Hello, 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. I have been using A=Packet#message.from. which gives me the complete jid tuple(I am using erlang programming la