Skip to content

Releases: dedaldino3d/ejabberd-python3d

Change signature of arguments in methods, add docstrings

04 Dec 23:25

Choose a tag to compare

Add docstrings in methods and change signature of arguments in this methods:

  • muc_online_rooms
  • destroy_room
  • user_sessions_info
  • user_resources

Use django 3.0 instead 3.1

24 Nov 00:46

Choose a tag to compare

v0.2.2

Use django 3.0 or high instead 3.1

Production ready

22 Nov 00:22

Choose a tag to compare

This release is ready to production:

  • Added new methods
  • Implemented new abstract methods for EjabberdBaseAPI
  • Renamed auth to ejabberd_auth to avoid conflict with auth app in django installed appps
  • Removed duplicated methods in client
  • ...

Rename auth to ejabberd_auth

24 Nov 00:44

Choose a tag to compare

When setting ejabberd authentication, the app auth is already registered in django, so instead auth renamed to ejabberd_auth to avoid conflits

v0.1.4

14 Nov 17:46

Choose a tag to compare

v0.1.4 Pre-release
Pre-release
  • Implement new methods from ejabberd API

Change old methods

14 Nov 17:44

Choose a tag to compare

Change old methods Pre-release
Pre-release
  • Change old methods

Add utils

14 Nov 17:42

Choose a tag to compare

Add utils Pre-release
Pre-release
  • Add format_password_hash

Initial release

04 Nov 00:54

Choose a tag to compare

Initial release Pre-release
Pre-release

Initial release