0

There are several different messaging apps and services available such as: Slack, HipChat, IRC, Zoom Chat, etc...

Is there a standardized (or common) message format being used (or available) to represent these messages to ease developer integrations, similar to ISO8601 for date time format?

Benjamin Dean
  • 1,218
  • 11
  • 11

1 Answers1

1

XMPP is the closest we have to what you're asking for, there's a list of the servers that support it in their website.

Unfortunately, the new generation of chat services (Slack, MS Teams, Mattermost, Discord, etc...) decided against using XMPP in favor of their own protocol. It gave them the flexibility to optimize for their platform's needs but made it almost impossible to interoperate with other clients, or to even migrate your messages from one service to another.

Ramiro Berrelleza
  • 2,254
  • 1
  • 15
  • 27