in reply to Re: XMPP client with Win32::GUI
in thread XMPP client with Win32::GUI

Looking at it a bit more the final loop in the main code should probably be more like this:

while( 1 ) { $client->Connect() unless defined $client->Process(1); while( $Qsend->pending ) { my $msg = $Qsend->dequeue; $client->MessageSend( to => 'user2@xmpphostname', type => 'cha +t', body => $msg ); } }

With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority". I'm with torvalds on this
In the absence of evidence, opinion is indistinguishable from prejudice. Agile (and TDD) debunked