modules_k/presence: Added additional return value to pres_auth_status() for polite-block
- pres_auth_status() currently returns just the status of presence relationship.
- However, polite-block consists of a combination of status and reason,
a polite-blocked watcher has ACTIVE status but a reason of polite-block.
This means that even though blocked, when just checking based on status,
polite-blocked watchers appear to be authorised.
- After this change pres_auth_status() returns a magic value of 5 when
a watcher is polite-blocked.
- Feature added by Hugh Waite @ Crocodile RCS.