I am working with Strophe on a facebook chat system, so far, the login and sending messages works.
So far I can see in the Google Chrome Inspector console that the incoming messages are registered, however, I currently dont have any incoming message handlers registered.
I’ve tried
conn.addHandler(AjaxIM.client.incoming, null, "chat");
-- and --
conn.addHandler(AjaxIM.client.incoming, null, "message", null, null, null);
But that didn’t seem to do anything.
Any help is greatly appreciated!
Use:
See the fine docs 😉