
In my efforts to create a Google Talk web interface using the Smack API, I've run into an as-of-yet unsolvable issue. The MessageListener class, which implements the PacketListener interface from Smack, does not seem to receive the event which calls processPacket. Strangely enough, this only occurs when trying to use the MessageListener class through a Data Control. It works fine from command line. Sigh!