Hi, i have been told that there are some bugs in the version of JabberCOM you can find on the JabberCOM website. I dont have delphi so i cant compile the cvs code myself. Can you send me a compiled beta version of JabberCOM? The problems i am having with the current version is that i don't recieve the events i should. When i call DoConnect( false, jatNoAuth ); i recieve the OnXML() event with the direction parameter set to 1(i.e. JabberCOM is sending xml data). With a sniffer i see the jabber server responding but i don't get any more OnXML() events and i never get a OnConnect() event. The basic structure of the code is: 1. Initialize the IJabberSession interface. 2. Connect my eventsink to JabberSessionEvents. 3. Set the username, password, resource and server propeties 4. Call DoConnect() 5. Call Sleep() And i sit there waiting for the events to drop in but they never come! BTW, i am using VC++. Regards, David _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
