xmppo / xmpp-php

PHP client library for XMPP (Jabber) protocol
https://github.com/xmppo/xmpp-php
MIT License
45 stars 22 forks source link

Enable a setter/getter for the sessions #5

Closed 7snovic closed 5 years ago

7snovic commented 5 years ago

The case here is when you try to implement the package within a framework eg:laravel, there will be a conflict between the main framework session manager and the session initializer in the package.

I had tried to implement this with the ability to implement more advanced options for the session -if needed- in the future, for example a session managers classes.

It's only have the option to enable/disable the current implementation for the built-in session manager/initializer.