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.
WebMessenger ! !! !!!
Moderator: General Moderators
-
juanirecla
- Forum Newbie
- Posts: 8
- Joined: Wed May 25, 2005 9:47 pm
Re: WebMessenger ! !! !!!
It uses jabber. In a nutshell it goes:juanirecla wrote: Someone know how to install it??
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.
-
juanirecla
- Forum Newbie
- Posts: 8
- Joined: Wed May 25, 2005 9:47 pm
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
define("ICQ_RUNNING","ps ax | grep icqv7ext");
define("YIM_RUNNING","");
define("AIM_RUNNING","");
define("JABBER_RESOURCE","WebMsgr");
Thanks for all!
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("YIM_RUNNING","");
define("AIM_RUNNING","");
define("JABBER_RESOURCE","WebMsgr");
Thanks for all!