WebMessenger ! !! !!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
juanirecla
Forum Newbie
Posts: 8
Joined: Wed May 25, 2005 9:47 pm

WebMessenger ! !! !!!

Post 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.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post 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.
juanirecla
Forum Newbie
Posts: 8
Joined: Wed May 25, 2005 9:47 pm

Post by juanirecla »

In this page is running: http://jabber.meta.net.nz/webmsg/


Juani
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Re: WebMessenger ! !! !!!

Post 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.
juanirecla
Forum Newbie
Posts: 8
Joined: Wed May 25, 2005 9:47 pm

Post 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!
Post Reply