time connections topic and i heard about xmpp and i have a questiosn about this protocol
i read this link about xmpp. and i couldn't understand this part
XMPP protocol supports the transmission of current information such as data. As a messaging protocol, it can only be applied effectively by moving through an appropriate transport binding such as TCP/IP, HTTP, or WebSocket
and i read somewhere that it can run on websocket. what does that mean ? can explain a little bit
RFC 7395 specifies how XMPP can run over top of WebSockets. From a high level, each XMPP stanza goes in exactly one WebSocket message.