Hi,

I'm trying to implement Simple instant messenger adaptor in node.js

client is starting subscription like the following

var buddiesSubscription = new Subscription("COMMAND","buddy_list",["command", "key"]);
or
var imSubscription = new Subscription("DISTINCT","im_"+myNick,["fromNick", "toNick", "message"]);

when I tried retrive filedName with getSchema, subscription events dont fire and subscription doesnt complete.

what is your advice retriving field list in node adaptor?

regards
tugan