TuningProfile

"Paul Andrews" <[email protected]> Thu, 29 May 2003 10:45:00 -0400
Newsgroups gmane.network.beep.beepcore.java.general
Message-ID <[email protected]>
Hi,
 
I've got a bunch of questions about tuning profiles. I'll send each in a
separate message to keep things simple. This is the first :-)
 
I'm writing a SASL/DIGESTMD5 tuning profile and am trying to work out
how TuningProfile is supposed to be used. It has a bunch of methods
(begin, complete and abort) that none of the exisitng tuning profiles
actually use - in fact SASLAnonymousProfile says it uses them, but it
doesn't.
 
TuningProfile also has an implementation of startChannel - am I supposed
to call that from my own implementation?
 
- Paul Andrews