Skip to content

Releases: esl/escalus

2.4.2

12 May 13:16
Compare
Choose a tag to compare

Support for new XMPP over WebSockets: http://tools.ietf.org/html/draft-ietf-xmpp-websocket-06

2.4.1

18 Apr 06:33
Compare
Choose a tag to compare

Fusco is now used internally as the HTTP client for BOSH XMPP requests.

BOSH sessions, once terminated, will not send further requests. Additionally, they will not perform any extra requests when the client is stopped.

Escalus now builds under OTP 17.

2.4.0

15 Apr 08:25
Compare
Choose a tag to compare
  • new stanzas for XEP-0184
  • is_group_chat_message predicate
  • domain/server parameters clarification
  • external API change (escalus_users:is_mod_register_enabled now takes one parameter - Config, see ca728a6 )
  • improved type specs

Fix dependencies

19 Feb 13:55
Compare
Choose a tag to compare
Merge pull request #10 from mpmiszczyk/feature/build-fix

Fix dependency on working wsock/wsecli instead of depending on breaking master

Use exml 2.1.0

28 Jan 12:23
Compare
Choose a tag to compare
2.3.1

Mark escalus_stanza.erl as using integer_to_binary/1

Standalone XMPP client

27 Nov 13:55
Compare
Choose a tag to compare
  • allow to use Escalus as a standalone XMPP client
  • add binary_to_integer/integer_to_binary workaround for older Erlang releases
  • improve logging and XMPP stanzas dump in case of error
  • improve interoperability with ejabberd (in case of rpc calls)
  • support SCRAM-SHA1 authentication