Rodney
unread,Jul 6, 2011, 8:07:44 PM7/6/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Strophe
Hi All, on connect I add a handler (see below) to register for
messages. From another client I send a message, but for some reason
my onMessage keeps getting called repeatedly with that same message.
Do I need to send a message saying I received the message ok? How do
I get it to stop sending me the same message over and over?
connection.addHandler(onMessage, null, 'message', null, null, null,
{matchBare: true} );
connection.send($pres());
Any help is appreciated.
Thanks,
Rodney