XMPP and AMQP are messaging protocols. XMPP uses XML and is extendable while AMQP is for message queues. Ejabberd is an XMPP server written in Erlang, while RabbitMQ supports AMQP. Both can be used for communication between clients and servers.