Need a way to get MaySaveResponse without having a SASL channel
@gdesmott
Submitted by Guillaume Desmottes Assigned to Telepathy bugs list
Description
From https://bugzilla.gnome.org/show_bug.cgi?id=643690#c8:
""" MaySaveResponse [1] is a property on the SASL channel, but we don't have such channel when the account has just be created (we have to connect). Maybe this property should be exposed on the Account object as well? """
Basically, we need a way to know if we can save the password of an account before trying to connect it. It should be exposed on the Account or Protocol object.