Openfire Pàdé version 1.3.2 released

The Ignite Realtime community is happy to announce the release of version 1.3.2 of the Pàdé plugin, which offers web-based unified communications - chat, groupchat, telephone, audio and video conferencing to Openfire.

This version fixes some issues and adds some very cool enhancements by cool0707. See the changelog and the issue discussions for more details.

Download and install from here

For other release announcements and news follow us on Twitter

2 Likes

hi dele,
i am implementing a java android app and i built a java webview activity to load ofmeet room url like:
https://my_openfire_server:7443/ofmeet/room_name
and i want a way to pass username and password in my script to autologin into the room (i dont want to check the “Cache User Password in Browser” in user interface settings nor to use Anonymous Login) , i tried to use:

localStorage.setItem("xmpp_username_override", "user@domain" );
localStorage.setItem("xmpp_password_override", "pa$word");

as you advised in: https://github.com/igniterealtime/openfire-ofmeet-plugin/issues/100
but the ofmeet room page is loaded inside the webview and asking to enter username and password.
Do you have any advises or a sample java code? thanks a lot.

No. You have do perform localStorage.setItem with JavaScript that was loaded from my_openfire_server