Hi all,
Am using xmpp4r with openfire to send IM to Gtalk, Yahoo and MSN.
Where all my settings working fine. And I can send chat message to the following IMS,
example@google.com
example@yahoo.com
example@hotmail.com
when I tried to send chat message to yahoo’s other ids like rocketmail, ymail, it fails.
Where as I can receive the chat message from this ids, but cant send the message.
Example:
My xmpp4r JID yahoomail id is:
veeraa@yahoo.com
I’m sending like
c.send(Message::new(“example\40rocketmail.com@yahoo.mydomain”, “Hello, example user!!!”).set_type(:chat))
It result like below:
Hello, example user!!!
where am trying to send the message from veeraa@yahoo.com to example@rocketmail.com. It not delivered the message, and not throwing any error. Can anyone help to figure out the issue.
Where as I can send chat message to yahoo.com, google.com, hotmail.com ids, this issue only for rocketmail.com and ymail.com,
Is there any other configuration needed inorder to support these type of Ids.
Regards,
T.Veeraa