Re: Upgrade Openfire on CentOs (Quick Advice Needed)
The wget command you ran should have noted that the filename was saved as 'download-landing.jsp?...', check out the '-O' option to wget or simply rename the downloaded file.
View ArticleRe: Upgrade Openfire on CentOs (Quick Advice Needed)
Hey Daryl, I used FTP to transfer the file from my local machine to the vps. thank you for your reply, will use your solution for anytime a problem like this comes up.
View ArticleRe: Received IQ dropping elements between RCV and processPacket
Thanks for the correction! You were 100% correct that the Provider class and ProviderManager were key to the problem, and I'm also a little embarrassed that I missed that. I was trying to avoid any...
View ArticleRe: function to show chat on spark and capture chat
one more question wroot,does spark has function to delete chat automatically each day? if we check list disable chat history and close the menu of user chat,the chat will be gone
View ArticleRe: Openfire behaviour with multiple resources with same priority
Don't know if this delivery guarantee is really required in all use cases.Yes, exaclty my thinking. It also introduces a lot more complexity. If one argues that "most available" is the resource (=...
View ArticleRe: function to show chat on spark and capture chat
There is no such option. Either disable the history completely or run some script to delete it on logout or shutdown.
View ArticleCan change Jitsi VideoBridge to force relay?
I try to read the source.And i found the servers send XML like this: <transport xmlns="urn:xmpp:jingle:transports:ice-udp:1" ufrag="7g0ug" pwd="50d2095drkciu1f1krjagldbqa"><candidate...
View ArticleFile transfer in group chat with XMPP
I am using group chat with openfire (MUC).i can able to send messages but how to send file to group with Smack library.i can able to send file to single user but i don't know how to send file to group...
View ArticleRe: File transfer in group chat with XMPP
Please do not 1. double post and 2. spam the issue tracker with requests in comments.
View ArticleOpenfire Authentication using outside service instead of DB
Hi all, Is it possible (maybe through source code modification?) to change the auth method so that it uses a SOAP request to an external web service instead of a DB?
View ArticleOpenfire Authentication using outside service instead of DB
Hi all, Is it possible (maybe through source code modification?) to change the auth method so that it uses a SOAP request to an external web service instead of a DB.
View ArticleRe: Openfire Authentication using outside service instead of DB
I assume you read already https://igniterealtime.org/builds/openfire/docs/latest/documentation/db-integrat ion-guide.html.As the source code is available it should be simple to write another custom...
View ArticleRe: Openfire Authentication using outside service instead of DB
Yes I have but I can't integrate directly with this database. I can however valid credentials based on a session key/token response from that web service. I do have the source code for OpenFire but I'm...
View ArticleRe: Can change Jitsi VideoBridge to force relay?
Thanks for reply.Maybe i said not detailed enough.=========Now i want to Openfire + jitsi_android to implement a video chat on Andriid.I have install Jingle Nodes and Jitsi Videobridge on my Openfire...
View ArticleAbout MultiUserChat.isServiceEnabled(con, con.getUser())
public List<MucRoom> getJoinedRooms() { List<MucRoom> rooms = new ArrayList<MucRoom>(); //判断用户是否支持Multi-User聊天协议 //注:需要加上资源标识符...
View ArticleRe: Spark Not Starting
Well, i have no idea why it can't create a folder. You can try the latest 2.7.0 version instead of 2.6.3. http://bamboo.igniterealtime.org/artifact/SPARK-INSTALL4J/shared/build-665/Insta...
View ArticleaSmack send user typing notification(composing)
Hi guys.im using this api.http://asmack.freakempire.de/4.0.3/i want send user typing notification during the chat. i used this code old...
View ArticleRe: Is this a simple problem?
Thank you for answer.Openfire is more powerfull than I need to solve the problem,but do you have sam recommendation what software I can useto solve this problem ?
View ArticleRe: Is this a simple problem?
I may know a few solutions for windows, but not for linux.
View ArticleRe: Is this a simple problem?
The same. Big problem is there no domain.Application work in browser.
View Article