XEP-0157: implement Contact Addresses for XMPP Services #265
Labels
No Label
bug
CI
documentation
duplicate
enhancement
good first issue
help wanted
i18n
invalid
needs-investigation
ops
proposal
proposal-accepted
proposal-declined
question
refactor
security
testing
upstream
wontfix
Kind: Breaking
Kind: Bug
Kind: Documentation
Kind: Enhancement
Kind: Feature
Kind: Maintenance
Kind: Question
Kind: Security
Kind: Testing
Priority: Critical
Priority: High
Priority: Low
Priority: Medium
Reviewed: Confirmed
Reviewed: Duplicate
Reviewed: Invalid
Status: Blocked
Status: Completed
Status: Help wanted
Status: In progress
Status: Needs feedback
Status: Stale
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mellium/xmpp#265
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
We should implement XEP-0157: Contact Addresses for XMPP Services for use in Communiqué where we'll want this for the server info screen as well as error messages that involve "to fix this, contact your server administrator and tell them to update" or similar.
I am not sure where this functionality should live; package name suggestions would be appreciated. I have a vague feeling that it should be unified with the software version package, maybe in some sort of "info" package (except not "info", that's used by
disco/info
) that focuses on small IQs that fetch various bits of useful information like this. It could also be its own package, however.