Damian Minkov
5aaffd8e18
Fixes recently introduced bug with global status, unable to login offline providers when requested not from global status menu, but from the provider menu.
11 years ago
Damian Minkov
9c302d8c96
Avoid calling login from global status service due to a registration state changed of provider, this job is for reconnect plugin.
11 years ago
Lyubomir Marinov
15f4012840
Fixes warnings, bugs. Reduces source code duplication. Simplifies, clarifies source code.
11 years ago
Damian Minkov
d2b0603a5a
Adds new unregister method to clearly distinguish between automatic unregister that comes from timeout(ping) timers, reconnect plugin and those coming from UI by user request.
11 years ago
hristoterezov
c9084a4bc9
Adds display name to authorisation requests when adding a contact.
12 years ago
Damian Minkov
d2a5a76a94
Fixes NPE while running tests.
12 years ago
Damian Minkov
4ac6ac46e8
Fixes NPE that can prevent loading global status service.
12 years ago
Damian Minkov
1936f5fb74
Fixes provider searching and registration handling in global display service.
12 years ago
Damian Minkov
0bf621360b
Fixes initial status set for protocols and UI to reflect changes.
12 years ago
Damian Minkov
cf84684ada
Removes unnecessary call to GlobalStatusService publishStatus on providerStatusChanged, as the status has just changed. Quick change of away/online status can lead to cycling through away and online status.
...
.
12 years ago
Ingo Bauersachs
8b09d84210
Replace System-Bundle header by BSN and a list that defines sys-bundles
12 years ago
Damian Minkov
1c173976e3
Adds extended away global status.
12 years ago
paweldomas
5a9682077b
Removes "ensureDefaultValuePresent" and getAccountProperty with Object signature from AccountID.
12 years ago
yanas
4398906ee2
Adds a global status method in the GlobalStatusService.
...
modified: src/net/java/sip/communicator/impl/globaldisplaydetails/GlobalStatusServiceImpl.java
modified: src/net/java/sip/communicator/impl/gui/main/presence/AccountStatusPanel.java
modified: src/net/java/sip/communicator/impl/gui/main/presence/GlobalStatusSelectorBox.java
modified: src/net/java/sip/communicator/service/protocol/globalstatus/GlobalStatusService.java
13 years ago
yanas
b91c31bc33
Fixes away and dnd status selection behavior when offline, in a way that
...
the accounts get connected. Fixes setting DND global status for SIP
accounts. Moves the GlobalStatusServiceImpl to the globaldetails bundle
in order to be easily used from jitsi-android.
13 years ago
Lyubomir Marinov
b211c26d6c
Fixes warnings, removes trailing whitespace, adds @Override annotations.
13 years ago
Yana Stamcheva
c63b98607a
Improves the logic around a global provisioned display name.
13 years ago
Yana Stamcheva
60c4cf713a
Adds a global display details service giving access to the global display name and the global avatar. Uses this new service to show the global display name and avatar in the conference call interface.
13 years ago