On Sat, May 31, 2008 at 11:51 AM, behrooz_program wrote: > --- In [email protected] <php-list%40yahoogroups.com>, "Junior > Grossi" <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I'm working in a chat in PHP where a visitor send messages to a MSN > > account (or Google Talk) using a web interface with HTML code. > > These accounts were registered but, to send messages I need login as > > anonymous using PHP. > > I found a PHP class on phpclasses.org that connects to MSN protocol > > and another class that connects to a XMMP protocol (GTalk), but I > > don't know how login using anonymous to send the messages. > > > > How can I do this? > > Any help? > > > > Thanks, > > -- > > Junior Grossi > > skype/msn: juninhogr > > google talk: [EMAIL PROTECTED] > > > -------------------------- > Hello , I have this problem too , if anyone knows anything about that > please inform us > > >
------------------------------- well... my problem is easy to understand. I have a web interface that provides a chat window for my customers. the problem is: my workers uses MSN all the time to comunicate with the others. so, these workers that uses MSN can be the web chat atendants using their MSN email. if my customer send a message in the chat window I have to find a free worker (just looking in my database), connect with a anonymous login and send a message to my free worker on MSN (now i have a conversation). i can (too) register some MSN accounts (10 or more) to use to login when a customer send a new message, but i believe that exists a anonymous login on MSN. anyone can help me or send me suggestions? there is a class at phpclasses that communicate with msn protocols. it works fine, but i need 2 msn accounts to start a conversation.... thanks a lot... junior grossi [EMAIL PROTECTED] Junior Grossi skype/msn: juninhogr google talk: [EMAIL PROTECTED]
