I've slowly been doing some work to update the xWeb Interface and Authentication modules to work with netFORUM Team and Pro. Along the way I fixed a few things here and there, and added an improved xWeb Testing page. It's been in a semi-ready state for a while, but I was relying on the GetQuery method to implement some common functionality between the different versions. There is a lot I can do with GetQuery in Enterprise and a lot of solid assumptions I can make about what's available to me, but in Team and Pro it is pretty reduced.
At some point I thought I had something working, only to come back to it and find that fields I thought were there were now missing. A bit discouraging, but instead I've opted to get with the program and use the named methods for as much of my Team and Pro interfacing as I can. It makes sense to use them there and to de-emphasize the use of GetQuery outside of Enterprise and moving away from it all is definitely better.
Next up, testing all of the new features in both Team/Pro and Enterprise, tagging, releasing, and then on to Drupal 6!