Re: how to get openfire registered users from android client using aSmack
All what you need is to read the smack documentation and understand how xmpp work that's itXMPP Extensions – The XMPP Standards Foundation You can use search form to find users: public...
View ArticleRe: how to get openfire registered users from android client using aSmack
@Wael, Thanks for your reply.Could you please tell me which nadroid-smack jar working properly?And can you provide sample code for getting connection and insert new users through android? Thanks in...
View ArticleRe: Can I use openfire for video conference?
Hi, MOST DEFINITELY!I have a Server2012 R2 setup for exactly this.1. 1to1 chat works great using Jitsi Download | Jitsi2. Group chat not a problem with same application 3. Send files easily to one or...
View ArticleRe: how to get openfire registered users from android client using aSmack
https://github.com/igniterealtime/Smack/wiki/Smack-4.1-Readme-and-Upgrade-Guide latest one even alpha works fine https://www.igniterealtime.org/builds/smack/docs/latest/documentation/
View ArticleRe: how to get openfire registered users from android client using aSmack
AccountManager (smack 4.0.1 API)
View ArticleRe: Openfire 3.9.3 dropping all sessions
There are various bugs with 3.9.3 that could be causing this issue and I suspect that it is fixed in current 3.10.0 RC release. Are you able to test it?
View ArticleRe: Getting a "No response received" after upgrading to Smack 4.1
The wiki site also talks about the full stacktrace of the exception. Furthermore please show not only the sent but also the received XMPP elements.
View ArticleRe: JBOSH HttpSender is not currently customisable
Thanks for pointing this out. Logged as IJBOSH-3
View ArticleRe: Spark wont connect to Openfire server without pinging it first.
This must be something on the CentOS side, a firewall probably (selinux policies, etc.).
View Article100% CPU Usage
Hello! We have one annoying issue with openfire. We use Openfire with AD auth and external MariaDB 5.5.41 database, using custom certificate, only TLS. First, we are trying 3.9.3 with bundled java on...
View ArticleOpenfire won't connect to mysql after server reboot
After installing Openfire for the first time, everything went smoothly and the server started without problems. However, after rebooting the server Openfire won't start at all. This is what happens:...
View ArticleRe: 100% CPU Usage
Please send a 'kill -3' to the openfire process and then attach the nohup.out file, which should have the output
View ArticleRe: Open fire windows service not running cuntinuously
What Windows and Openfire versions?
View ArticleRe: Resetting admin passwords
You can add another user as admin, login with him and then reset passwords of other admins. Stop the Openfire, edit /openfire/conf/openfire.xmlUncomment the <authorizedJIDs> or...
View ArticleRe: 100% CPU Usage
Excuse me, but I don't know how to do this correct. I'am trying to send this code via htop to main openfie process, to certain 100% cpu usage thread, both with no luck. Via command prompt with no luck...
View ArticleRe: 100% CPU Usage
Add: our openfire service have very little activity - 10 - 20 users online, 40 users overall.
View Articlefastpath agent not receiving messages from users
I successfully installed fastpath plugin and create a group, added users to the group and added no router rule(Assuming that if no route rules are specified, it will be assigned to default queue).When...
View ArticleRe: fastpath agent not receiving messages from users
By creating a group you mean a Queue? You have to add agents to a queue. Also, your agents have to use Spark client.
View ArticleRe: fastpath agent not receiving messages from users
I had also added agents to it... but none of the agents had received the messages.
View Articlehow to connect to openfire server using smack api 4.1.0
i am trying to connect to my openfire server by this code String DOMAIN = "my server ip"; AbstractXMPPConnection connection; try{ XMPPTCPConnectionConfiguration.Builder config =...
View Article