Scram-Sha-1 mechanism : do not send authzid if it not absolutely necessary
Some servers (ejabberd) reject the challenge if the
scram attributes a (authzid) and n (authcid) are equals
or they just don't handle the authzid.
So we just don't send it if they are the same
This fix #484
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="Label">
<item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
<item name="android:textStyle">bold</item>
<item name="android:capitalize">characters</item>
<item name="android:focusable">false</item>
<item name="android:inputType">textNoSuggestions</item>
</style>
<style name="CheckBoxLabel" parent="@style/Label">
<item name="android:enabled">true</item>
</style>
<style name="Theme.BEEM.Default" parent="@android:style/Theme">
<!-- <item name="android:windowBackground">@drawable/background</item>-->
</style>
<!-- Old PC style -->
<style name="OldTheme">
<item name="android:textViewStyle" >@style/OldThemeTextView</item>
</style>
<style name="OldThemeTextView" parent="@android:style/Widget.TextView">
<item name="android:textColor">#ff009900</item>
<item name="android:background">@color/black</item>
</style>
<style name="TitleStripTextAppearance" parent="@android:style/TextAppearance">
<item name="android:textSize">18sp</item>
<item name="android:textStyle">bold</item>
</style>
<!-- Other style -->
</resources>