diff options
author | Yana Stamcheva <yana@jitsi.org> | 2011-06-22 21:10:24 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2011-06-22 21:10:24 +0000 |
commit | c1e7e67e061ff9878ba039d0dc94a33e3df73b61 (patch) | |
tree | f0552e43f805635236c2a51f6b4268dd1d28ca8c /src/net/java/sip/communicator/service/protocol | |
parent | 7a2b6bfe63f1a5a6d93fdbedcaa2eba32424b86e (diff) | |
download | jitsi-c1e7e67e061ff9878ba039d0dc94a33e3df73b61.zip jitsi-c1e7e67e061ff9878ba039d0dc94a33e3df73b61.tar.gz jitsi-c1e7e67e061ff9878ba039d0dc94a33e3df73b61.tar.bz2 |
FIxes facebook and google talk accounts.
Fixes NullPointerException when status message is null.
Renames "On The Phone" status to "On the phone", in order to improve compatibility.
Diffstat (limited to 'src/net/java/sip/communicator/service/protocol')
-rw-r--r-- | src/net/java/sip/communicator/service/protocol/jabberconstants/JabberStatusEnum.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/service/protocol/jabberconstants/JabberStatusEnum.java b/src/net/java/sip/communicator/service/protocol/jabberconstants/JabberStatusEnum.java index 00bbe6f..66d8dc3 100644 --- a/src/net/java/sip/communicator/service/protocol/jabberconstants/JabberStatusEnum.java +++ b/src/net/java/sip/communicator/service/protocol/jabberconstants/JabberStatusEnum.java @@ -58,7 +58,7 @@ public class JabberStatusEnum * On The Phone Chat status. * Indicates that the user is talking to the phone. */ - public static final String ON_THE_PHONE = "On The Phone"; + public static final String ON_THE_PHONE = "On the phone"; /** * The Free For Chat status. Indicates that the user is eager to |