Ensures granted subscription before delivering messages
Answers to http://jabber.org/protocol/disco#info
query.
Answers to http://jabber.org/protocol/disco#items
query.
At start send self-discovery to server.
Enters to all MUC in account.chatrooms
at start.
Answers empty commands list. (Awaiting for implementation in xmpp_parser).
Answers version.
Checks if own server supports it.
Sends ping each account.ping
seconds to XMPP server.
Sends ping to any JID.
Answers to incoming pings.
Ignores delayed messages.
curl http://localhost:8083/ -H "X-XMPP-To: some@domain.org" -d "Test"
curl http://localhost:8083/ping -H "X-XMPP-To: some@domain.org"
curl http://localhost:8083/ -H "X-XMPP-Muc: smac" -d "Test"
curl http://localhost:8083/ -H "X-XMPP-Presence: chat" -d "Test"
curl http://localhost:8083/ -H "X-XMPP-Muc: smac" -H "X-XMPP-Presence: chat" -d "Test"