This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
Actor Server
actor-bot
released this
06 Jun 17:28
·
657 commits
to master
since this release
Release notes
- bot's slash commands
- π improved integration with Apple Push Notifcation Service(aka apple push). This change added additional system requirements; installation described here: https://developer.actor.im/docs/prerequisites#section-updating-openssl-and-installing-libapr1
- π improved GCM(aka google push) integration
- π overhaul of internal dialog representation
- π various fixes in call, file and activation modules
Additional prerequisites
This release introduces new system requirements described here: https://developer.actor.im/docs/prerequisites#section-updating-openssl-and-installing-libapr1
How to get this update
If you use actor-bootstrap
Make sure you have the latest revision of https://github.com/actorapp/actor-bootstrap, and server/build.sbt
file contains correct version of actor-server-sdk, like this:
libraryDependencies += "im.actor.server" % "actor-server-sdk" % "1.0.153"
If you have the previous version of actor-server, installed via PPA
execute on your server:
sudo apt-get update
sudo apt-get install --only-upgrade actor
If you don't have previous actor-server installation
Use automatic installation script on Ubuntu 14.04