Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INTERNAL][CORE] Removes deprecated methods from XMPPAccountStore #615

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 31, 2019

  1. [INTERNAL][CORE] Amends XMPPAccountStore API

    Introduces get/set defaultAccount methods which should be a replacement
    for set/get activeAccount in the future. 
    
    They allow null values making the call to isEmpty obsolete. And now it
    is also possible to completely remove all account data.
    
    Add getAccount methods as there was no way to retrieve specific account
    unless you called getAllAccounts and perform the search by yourself.
    srossbach committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    a8edfba View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. [INTERNAL][UI] Use new XMPPStore API

    This patch introduces the usage of the new XMPPStore API.
    
    Renaming UI buttons is not done yet as changing UI values is likely to
    crash the whole STF.
    srossbach committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    a6f20a1 View commit details
    Browse the repository at this point in the history
  2. [INTERNAL][CORE] Removes deprecated methods from XMPPAccountStore

    This patch also fixes an issue in the getAccountsMethods so they lookup
    the account correctly by ignoring the case sensitivity of the username.
    
    Adds a FIXME to the XMPPAccount class regarding RFC 6122
    srossbach committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    a784970 View commit details
    Browse the repository at this point in the history