
|
If you were logged in you would be able to see more operations.
|
|
|
Smack
Created: 04/10/07 01:43 PM
Updated: 04/10/07 01:44 PM
|
|
| Component/s: |
Core
|
| Affects Version/s: |
3.0.0
|
| Fix Version/s: |
3.0.2
|
|
| Support Plan Customer Issue: |
No
|
| Resolution Date: |
04/10/07 01:44 PM
|
| Acceptance Test - Add?: |
No
|
|
Smack is using the -1 value in the Presence priority as a way to indicate that the priority was never set but the user. The problem is that if the user sets a value of -1 then the priority is never sent to the server. Use the Integer.MIN_VALUE as a way to indicate that the presence was never set.
|
|
Description
|
Smack is using the -1 value in the Presence priority as a way to indicate that the priority was never set but the user. The problem is that if the user sets a value of -1 then the priority is never sent to the server. Use the Integer.MIN_VALUE as a way to indicate that the presence was never set. |
Show » |
| There are no comments yet on this issue.
|
|