Opened 5 years ago

Last modified 5 weeks ago

#29 new enhancement

RFC-5122: XMPP URIs

Reported by: pulkomandy Owned by:
Priority: Milestone:
Version: Keywords: UX XMPP
Cc:

Description

Renga should handle XMPP URIs (through urlwrapper, open, or clicked elsewhere in another app)

Change History (4)

comment:1 by pulkomandy, 4 years ago

Keywords: UX added

comment:2 by pulkomandy, 4 years ago

Keywords: XMPP added

comment:3 by pulkomandy, 9 months ago

Summary of what's possible from the RFC:

  • [ ] The application should register itself as handler for xmpp: URIs
  • [ ] xmpp://guest@example.com is a request to connect using that account (pre-fill the login box)
  • [ ] xmpp:support@example.com?message should open a chat window to support@…
  • [ ] Many other queries can be used. Generally the idea is to do a discovery on the recipient to decide what to do (if it is an user, open a chat dialog, if it is a chatroom, join it, etc)
  • [ ] Be careful of percent encoding and decoding, since XMPP addresses can contain any unicode character and they will normally be percent encoded

comment:4 by pulkomandy, 5 weeks ago

Type: defectenhancement
Note: See TracTickets for help on using tickets.