igniterealtime / openfire-userStatus-plugin

Automatically saves the last status (presence, IP address, logon and logoff time) per user and resource to userStatus table in the Openfire database
4 stars 6 forks source link

HSQLDB upgrade script fails #9

Closed wrooot closed 5 years ago

wrooot commented 5 years ago

Looks like HSQLDB uses alter instead of modify.

pras14587 commented 5 years ago

What happen, when not updated the plugin? Please share. Is it reverse compatible?

wrooot commented 5 years ago

Not sure what you mean. This change is only in new version of plugin and this only affects when updating database. Do you want to update database, but still use older plugin? I think it should work as only database fields were updated to store longer values, no change to plugin itself as far as I remember.

pras14587 commented 5 years ago

Okay thanks, means things are reverse compatible. If I update the plugin, there is no need to update the database,

wrooot commented 5 years ago

If you update the plugin, it will update the database. To be precise, it will update some fields related to UserStatus plugin in the database to let it store longer IPv6 strings.

pras14587 commented 5 years ago

yes, thank you so much.

pras14587 commented 5 years ago

Hi wroot, I want to implement chat using BOSH for Desktop, as per me you have also contributed on converse.js. I am facing many disconnection issues using Strophe js. So, please help me out.

wrooot commented 5 years ago

This is not a place for such inquiry. Please use forums for this.