GNOME Bugzilla – Bug 601578
Add "Firefox style" info bar to save room password
Last modified: 2011-02-01 08:54:34 UTC
Once the info bar is still displayed while joining the room (bug #601577), we could add an option offering to the user to save the room password (in gnome-keyring).
This is now even easier with the empathy_keyring functions I added. Admittedly, you'll have to do a bit of badgering to add non-account-password secrets.
http://git.collabora.co.uk/?p=user/jonny/empathy.git;a=shortlog;h=refs/heads/muc-password
Created attachment 179702 [details] [review] diff
Review of attachment 179702 [details] [review]: Wouh, awesome! ::: libempathy/empathy-keyring.c @@ +299,3 @@ + GError **error) +{ + GSimpleAsyncResult *simple; How do you feel about stealing tp-glib's _finish macros and make use of them?
Woo, all merged.