Is XMPPSocketConnection class dead?

Hi,

I am trying to understand the codebase right now. I found some examples on the usage based on the 3.0 beta 1.

Today, I pulled the latest sources from the repository and it seems some major changes have happened to the code since the beta.

Very prominently, the XMPPSocketConnection class seems to have gone. Could someone tell me why this change was made, since in initial understand XMPPSocketConnection seems very core to me.

Alternatively, is there a mailing list/irc channel where developers/wannabes can interact.

Thanks,

-aniket

Found the answer. Lot of the methods seem to have moved to the XMPPConnection class now.

So I used the XMPPConnection class directly.