Hello?Anyone who would like to write IM extension?

This is a discussion on Hello?Anyone who would like to write IM extension? within the PHP Language forums, part of the PHP Programming Forums category; I have an idea. We could write a php IM extension just like PDO. So, if we turn on extension = ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-08-2007
Yarco
 
Posts: n/a
Default Hello?Anyone who would like to write IM extension?

I have an idea. We could write a php IM extension just like PDO.
So, if we turn on
extension = php_im.dll
extension = php_im_gtalk.dll

We could talk to our friends on gtalk by php code something like:

$link = im_gtalk_connect($server, $user, $pass);
// etc...

Certainly if Microsoft support this feature, we could also add
php_im_msn.dll.
Anyone have the power to do that?

I searched over the internet, couldn't find anything about this.

Reply With Quote
  #2 (permalink)  
Old 08-08-2007
Jerry Stuckle
 
Posts: n/a
Default Re: Hello?Anyone who would like to write IM extension?

Yarco wrote:
> I have an idea. We could write a php IM extension just like PDO.
> So, if we turn on
> extension = php_im.dll
> extension = php_im_gtalk.dll
>
> We could talk to our friends on gtalk by php code something like:
>
> $link = im_gtalk_connect($server, $user, $pass);
> // etc...
>


Why?

> Certainly if Microsoft support this feature, we could also add
> php_im_msn.dll.
> Anyone have the power to do that?
>
> I searched over the internet, couldn't find anything about this.
>


Probably because PHP wouldn't be the best language for this.

PHP is server side. It communicates with the client via HTML, which is
a stateless "pull" protocol - and not at all suited for such features.

You can install and run PHP on a client machine, but its UI is limited,
even with external libraries.

There are languages much better suited for such applications. C/C++ and
Java both come to mind.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 08:03 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0