473,382 Members | 1,743 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Live Chat via PHP and Gaim

Is there a way I can bring up an entirely PHP-based service on my
intranet and then connect to it with Gaim, such as building an AOL IM
service clone in PHP, or perhaps a Jabber service in PHP?

Jul 17 '05 #1
2 1933
<go********@hotpop.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Is there a way I can bring up an entirely PHP-based service on my
intranet and then connect to it with Gaim, such as building an AOL IM
service clone in PHP, or perhaps a Jabber service in PHP?


Possible, but probably not doable. IM protocols are usually UDP based. You'd
have to implement the server in PHP, doing all the low level networking
exchange yourself. As PHP is not well suited for such things, the result
would likely be highly unstable, crashing your server every hours or so.
Jul 17 '05 #2
Yeah, unless someone has already spent the time on this, I'd probably
be better off making the service as simple as I could, using the UDP
protocol and the socket API, with a primary knock-knock port and a
range of one-on-one ports for clients, and then rolling this out as an
open specification on SourceForge. Perhaps then someone on the Gaim
team would look at this and consider adding a plug-in agent for it in
Gaim. (I think those plug-ins are built in C++, and I don't know how
to do that as fast as other people do.)

It wouldn't be suitable for heavy load, that is correct, but it could
handle small loads. It would also have to monitor itself, restart
itself, or do other maintenance if it were to get hung up or slow to a
crawl.

Later on, someone could take the PHP code and rebuild it in Gnu C++ to
make it more stable and able to handle higher loads. That's the cool
thing about SourceForge projects on the Creative License (if that's
what one uses). Stuff like that happens.

Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: papaya | last post by:
hi all i download the gaim source code. http://gaim.sourceforge.net/ but i don't know how to compile it . i down the nsis-2.10.exe i load gaim-installer.nsi in nsis. env os windows 2k c++...
0
by: imagina | last post by:
I know LivePerson use Java Applet but is there any way to use Asp.Net create a network connection for making live chat like LivePerson. May be it is not possible or may be not. If it possible to...
2
by: John Dalberg | last post by:
I am looking for a software package hopefully open source for a live chat system in C#.. one that's similar to phplivesupport. I have contacted the vendors I found in the component gallery at...
0
by: Boichenko Sergey | last post by:
Hello everybody. We wrote a Python plugin for Gaim. Now you can write plugins for Gaim and use Python. ALL Gaim API are available for developers under Python. You can download this on...
1
by: johnny | last post by:
Is there any open source "live web chat support" program or script out there? Any you can recommend?
1
by: Ryan Olshan | last post by:
Join the Strong Coders Community, Scott Guthrie, General Manager, Microsoft Developer Division, and Microsoft MVPs for the continuation of the 1st MVP Live Chat on Friday, February 16, 2007 from...
0
by: Rob Dob | last post by:
Hi, Does anyone know of either open source live help/chat software similar to www.craftysyntax.com or a live help/chat tha comes with source. Thanks in advance.
0
by: Steve Dybing [MSFT] | last post by:
The Strong Coders Community (http://community.strongcoders.com) will be hosting its monthly 'Ask An ASP.NET Expert Live' chat. Get your tough development questions answered by Microsoft MVPs,...
5
omerbutt
by: omerbutt | last post by:
hi every on i have a live chat script based on php ajax i want that when any user send a message ,if the chat window of the other user is minimized he would be intimated by blinking the title bar so...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.