Re: [PHP] Trouble sending data via TCP socket

2006-05-16 Thread Richard Lynch
On Mon, May 15, 2006 9:15 pm, J. King wrote: > To further my understanding of how Jabber works I have decided I > should > try and write my own XMPP implementation in PHP. However, I've run > into > trouble rather quickly. > > To connect to a Jabber server, one must open a TCP socket to the > serv

Re: [PHP] Trouble sending data via TCP socket

2006-05-16 Thread Martin Marques
On Mon, 15 May 2006, J. King wrote: To further my understanding of how Jabber works I have decided I should try and write my own XMPP implementation in PHP. However, I've run into trouble rather quickly. To connect to a Jabber server, one must open a TCP socket to the server (typically thro

Re: [PHP] Trouble sending data via TCP socket

2006-05-15 Thread Rabin Vincent
On 5/16/06, J. King <[EMAIL PROTECTED]> wrote: To further my understanding of how Jabber works I have decided I should try and write my own XMPP implementation in PHP. However, I've run into trouble rather quickly. To connect to a Jabber server, one must open a TCP socket to the server (typical

[PHP] Trouble sending data via TCP socket

2006-05-15 Thread J. King
To further my understanding of how Jabber works I have decided I should try and write my own XMPP implementation in PHP. However, I've run into trouble rather quickly. To connect to a Jabber server, one must open a TCP socket to the server (typically through port 5269) send an XML-based st