Page 1 of 1
WebMessenger ! !! !!!
Posted: Fri Jun 10, 2005 2:36 pm
by juanirecla
Hello, I found on this URL:
http://sourceforge.net/projects/webmessenger/ a PHP webmessenger compatible with MSN, ICQ, Yahoo, etc. . .
It's seems to an excelent program to chat. But I dont know how to configure it. It have a config.php file but I dont know what I'm doing wrong that the webmessenger can't conect with de msn network.
Someone know how to install it??
Thanks!
Juani.
Posted: Fri Jun 10, 2005 2:52 pm
by onion2k
webmessenger 0.1.3 May 26, 2003
MSN has changed it's protocol several times since that package was last updated. I'd be very suprised if it still works.
Posted: Fri Jun 10, 2005 3:08 pm
by juanirecla
Re: WebMessenger ! !! !!!
Posted: Fri Jun 10, 2005 8:03 pm
by Roja
juanirecla wrote:
Someone know how to install it??
It uses jabber. In a nutshell it goes:
Webmessanger <-> Jabber server <-> all other messaging servers <-> other person
(and back again).
You probably don't have a jabber server - which you need to point it to.
Posted: Sat Jun 11, 2005 1:00 pm
by juanirecla
Yes, I imagine that I'm doing something wrong when I config the Jabber Server. . I try with diferents ones and still not running.
I show you my config file perhaps you can see whats the posible problem
Code: Select all
define("JABBER_SERVER","jabber.meta.net.nz");
define("JABBER_PORT","5222");
define("TRANSPORT_MSN","msn.jabber.meta.net.nz");
define("TRANSPORT_ICQ","icq.jabber.meta.net.nz");
define("TRANSPORT_AIM","aim.jabber.meta.net.nz");
define("TRANSPORT_YIM","yahoo.jabber.meta.net.nz");
define("JABBER_RUNNING","ps ax | grep jabberd");
define("MSN_RUNNING","ps ax | grep msntrans");
define("ICQ_RUNNING","ps ax | grep icqv7ext");
define("YIM_RUNNING","");
define("AIM_RUNNING","");
define("JABBER_RESOURCE","WebMsgr");
Thanks for all!