OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
php-general Digest 9 Dec 2007 22:47:02 -0000 Issue 5172

php-general-digest-helplists.php.net
Date: Sun Dec 09 2007 - 16:47:02 CST


php-general Digest 9 Dec 2007 22:47:02 -0000 Issue 5172

Topics (messages 265590 through 265592):

Re: build a multi chat server with php
        265590 by: Børge Holen
        265591 by: Nathan Rixham
        265592 by: Jochem Maas

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscribelists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscribelists.php.net

To post to the list, e-mail:
        php-generallists.php.net

----------------------------------------------------------------------

attached mail follows:


On Sunday 09 December 2007 11:17:36 you wrote:
> thank you Børge Holen,
> I think the third solution is very COOL , using the jabber 2.0 in the
> backend
> but i'm still confusing how can i get communicate the jabber srver with web
> chat page!
> if u can explain more i will be gratful.

http://www.jabber.com/CE/JabberXCP

have a look. me and a pal had this thing communicating in/out of Second Life /
webinterface... nothing usable, we just made it work and was thinking of
using it for a mobile <-> second life thing .... end of story for some
reason, things to do and bills to pay.

>
> Best regards
>
> 2007/12/8, Børge Holen <borgearivene.net>:
> > On Saturday 08 December 2007 16:28:06 you wrote:
> > > live chat throught a web page like www.amitie.fr
> >
> > then I got three solutions for you, either make a (as mentioned by others
> > on
> > the list) an ajax frontend witch do the irc lookalike.
> >
> > You can create a webinterface for an irc server. I think java is often
> > used
> > for this solution, you can probably also use ajax. (this isn't as hard as
> > is
> > looks, I think this solution is easier than the first one)
> >
> > And as a third and ... the COOL solution is to user the jabber 2.0 as the
> > backend and some php stuff in the middle and a nice interface, that you
> > can
> > connect directly using a jabber client (maby throught a mobile) and
> > someone
> > on the same time using the webpage to chat with you ?;D This option is of
> > course available on the second option to, except you use irc.
> >
> > All this open protocolls just makes us nerds go crazy!!!
> >
> > > 2007/12/8, Børge Holen <borgearivene.net>:
> > > > On Saturday 08 December 2007 09:59:35 abderrazzak nejeoui wrote:
> > > > > Hello,
> > > > > i want build a multi chat server based in php.
> > > > > 1- is that possible
> > > > > 2- if yes can you instruct me how to bigin
> > > > > thanks
> > > >
> > > > chat as in :
> > > > forum
> > > > livchat throught a page
> > > > livechat throught an external program,
> > > >
> > > > --
> > > > ---
> > > > Børge Holen
> > > > http://www.arivene.net
> > > >
> > > > --
> > > > PHP General Mailing List (http://www.php.net/)
> > > > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> > --
> > ---
> > Børge Holen
> > http://www.arivene.net

--
---
Børge Holen
http://www.arivene.net

attached mail follows:


Anybody up for (or indeed see a need for) a multi threaded php
daemonised jabber client? Looks like an interesting challenge!

Børge Holen wrote:
> On Sunday 09 December 2007 11:17:36 you wrote:
>> thank you Børge Holen,
>> I think the third solution is very COOL , using the jabber 2.0 in the
>> backend
>> but i'm still confusing how can i get communicate the jabber srver with web
>> chat page!
>> if u can explain more i will be gratful.
>
> http://www.jabber.com/CE/JabberXCP
>
> have a look. me and a pal had this thing communicating in/out of Second Life /
> webinterface... nothing usable, we just made it work and was thinking of
> using it for a mobile <-> second life thing .... end of story for some
> reason, things to do and bills to pay.
>
>> Best regards
>>
>> 2007/12/8, Børge Holen <borgearivene.net>:
>>> On Saturday 08 December 2007 16:28:06 you wrote:
>>>> live chat throught a web page like www.amitie.fr
>>> then I got three solutions for you, either make a (as mentioned by others
>>> on
>>> the list) an ajax frontend witch do the irc lookalike.
>>>
>>> You can create a webinterface for an irc server. I think java is often
>>> used
>>> for this solution, you can probably also use ajax. (this isn't as hard as
>>> is
>>> looks, I think this solution is easier than the first one)
>>>
>>> And as a third and ... the COOL solution is to user the jabber 2.0 as the
>>> backend and some php stuff in the middle and a nice interface, that you
>>> can
>>> connect directly using a jabber client (maby throught a mobile) and
>>> someone
>>> on the same time using the webpage to chat with you ?;D This option is of
>>> course available on the second option to, except you use irc.
>>>
>>> All this open protocolls just makes us nerds go crazy!!!
>>>
>>>> 2007/12/8, Børge Holen <borgearivene.net>:
>>>>> On Saturday 08 December 2007 09:59:35 abderrazzak nejeoui wrote:
>>>>>> Hello,
>>>>>> i want build a multi chat server based in php.
>>>>>> 1- is that possible
>>>>>> 2- if yes can you instruct me how to bigin
>>>>>> thanks
>>>>> chat as in :
>>>>> forum
>>>>> livchat throught a page
>>>>> livechat throught an external program,
>>>>>
>>>>> --
>>>>> ---
>>>>> Børge Holen
>>>>> http://www.arivene.net
>>>>>
>>>>> --
>>>>> PHP General Mailing List (http://www.php.net/)
>>>>> To unsubscribe, visit: http://www.php.net/unsub.php
>>> --
>>> ---
>>> Børge Holen
>>> http://www.arivene.net
>
>
>

attached mail follows:


Nathan Rixham wrote:
> Anybody up for (or indeed see a need for) a multi threaded php
> daemonised jabber client? Looks like an interesting challenge!
>

u know the old saying, if you build it they will come ;-)