Thanks Andy. Got this working.
Below is the code in node.js
var stream = T.stream(‘user’);
stream.on(‘direct_message’, function(eventMsg)
The above call works. What I could not find easily was that, I had to set only the text and the screen_name to reply to a direct message.
Thanks