Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom emoji and sticker packs in matrix #1256

Closed
turt2live opened this issue May 23, 2018 · 4 comments
Closed

Custom emoji and sticker packs in matrix #1256

turt2live opened this issue May 23, 2018 · 4 comments
Assignees
Labels
kind:feature MSC for not-core and not-maintenance stuff obsolete A proposal which has been overtaken by other proposals proposal A matrix spec change proposal

Comments

@turt2live
Copy link
Member

turt2live commented May 23, 2018

Obsoleted by #1951


Documentation: https://docs.google.com/document/d/1zHS14unA2Wb3DgTL5fiymlWKZo4WMJpmmJOgY_2g6pg/edit?usp=sharing

@turt2live
Copy link
Member Author

keywords: emotes discord telegram

@turt2live
Copy link
Member Author

Note to self: Incorporate room-backed sticker packs.

Example: https://stickers.t2bot.io/pack/@travis:t2l.io/aLYBMlgmYx-Dimension-Huskies.json

The JSON has a subscription field which describes where to go looking for the sticker pack. The expectation is that a bot/client joins that room and tracks changes that way. The same event structure could be used for per-room stickerpacks.

Stickerpack event (currently):

{
  "origin_server_ts": 1552967388789,
  "content": {
    "activeStickers": [
      "rfoyk5HnqOFlfMTQEGQR7MDzwKCx119ZbOrI1DQ8WcJ0TXe55tbEsaXoCrhmugZw",
      "xiMt5MRukoujENP5FT5aG7Raugx4WMTkYuRlkqbTlkcE6jvuuXbc4VxA2KNhNra2",
      "wifgSXGxPhgJBM5qmsetq8AHVDxmR7OTtJYntQj4ceN8saCCxDkbFrtnRE27Sps3",
      "4Yhro2CCkix6UpvZNvRCHuNZvmmV4nUVKggaSRs8JIfwH3k8fopQRQh8LwSsBQ6c",
      "hUsAHIBx4wm7UtBvyUDMjuNUh2sDPYWhyDCdB7riwq9pFlTOrriNQdDMzeR4Q7fl",
      "6kukU22KDeua0MMd4TqHmwjci9nACF3Oj3kfB6OPGcVlOWBJ6Y9tyZwwpZoUP1Cf"
    ],
    "creatorId": "@travis:t2l.io"
  },
  "sender": "@stickers:t2bot.io",
  "state_key": "",
  "type": "io.t2bot.stickers.metadata",
  "unsigned": {
    "age": 1011620
  },
  "event_id": "$/ZNthi7BPMa59TlQSB7fr5NkUpp+tIdnfPgi/5cxKWI",
  "room_id": "!aXWPPhGWkSUjCjYcdu:t2bot.io"
}

Sticker event (currently):

{
  "origin_server_ts": 1552967389138,
  "content": {
    "description": "Sleeping",
    "packId": "aLYBMlgmYx-Dimension-Huskies",
    "id": "hUsAHIBx4wm7UtBvyUDMjuNUh2sDPYWhyDCdB7riwq9pFlTOrriNQdDMzeR4Q7fl",
    "contentUri": "mxc://t2bot.io/c7c89ac2f8edba4ca9fbe50a547c3d0c"
  },
  "sender": "@stickers:t2bot.io",
  "state_key": "hUsAHIBx4wm7UtBvyUDMjuNUh2sDPYWhyDCdB7riwq9pFlTOrriNQdDMzeR4Q7fl",
  "type": "io.t2bot.stickers.sticker",
  "unsigned": {
    "age": 1011271
  },
  "event_id": "$fYJnOthP7FzRZP7CdR+FzNqUaf68Dz5+Ron7VAHwS3A",
  "room_id": "!aXWPPhGWkSUjCjYcdu:t2bot.io"
}

@turt2live turt2live added obsolete A proposal which has been overtaken by other proposals and removed proposal-in-review labels Apr 4, 2019
turt2live added a commit that referenced this issue Apr 4, 2019
@turt2live
Copy link
Member Author

This is now obsoleted by MSC1951 - custom emoji and sticker packs as rooms. This proposal had a few deficiencies which should be resolved by MSC1951, namely the inability for applications to subscribe to updates on packs.

CC all 39 people who +1'd this ❤️

@turt2live
Copy link
Member Author

Closing because obsolete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feature MSC for not-core and not-maintenance stuff obsolete A proposal which has been overtaken by other proposals proposal A matrix spec change proposal
Projects
None yet
Development

No branches or pull requests

6 participants
@turt2live @benparsons @anoadragon453 @richvdh @rxl881 and others