PDA

View Full Version : jabber/safari issue with firefox while using php jabber class


srinivasan
07-21-2008, 11:25 AM
hi,

Right now am facing an issue while receiving messages via firefox/safari. The problem is when i was sending any messages i supposed to be getting thrice/twice of the messages repeatedly (same messages) in firefox and safari.
But in internet explorer it is receiving only once.

I am using php jabber class files and comet.js for ajax (push data functionality).

guys please write me your points to this, so it will useful to me for fixing this issue.

thanks and regards,
srinivasan m

fritzy
07-21-2008, 11:47 AM
Class.Jabber.PHP is deprecated. Please use XMPPHP http://code.google.com/p/xmpphp

srinivasan
07-21-2008, 11:57 AM
hi,

We using php4.x version - i found that the code.google.com/p/xmmphp was developed with higher version of php5 and others.