Re: XMPPWebSocketConnection for Android using AndroidAsync
Hey Zigma, First thing many thanks for your help and code you provided, thanks to it I was able to implement the WS support into our system.Hope to see you on some conference, and get you at least a...
View ArticleRe: Server presence with openfire
I have noticed that this broadcast from server is not stable in openfire 3.9.3either the server responds back with a lot of delay and gives an empty <body...
View ArticleRe: Server presence with openfire
It's supposed to be resolved with Openfire 3.9.0: OF-454 but appearently it isn't.
View ArticleApply IP Restriction to XMPP Account
Can we apply ip restriction to any xmpp account in Openfire? For example if abc@domain.com is the login id, can we set a restriction to only allow login from x.y.z.a?
View ArticleRe: asmack SSL connection issue on Android 5.0
config.setSocketFactory(new MySocketFactory());What does MySocketFactory?
View ArticleRe: Server presence with openfire
it seems if I send a second presence using conection.send() functionthe response comes after 1 minute which is too much delay due to the HTTP POST server processing I found a workaroundsend 2 presence...
View ArticleRe: XMPPWebSocketConnection for Android using AndroidAsync
Thanks,currently I am identifying few issues in general.... connectivity with openfire.... with all three type of connection (websocket, tcp-socket, bosh)....in all three type of medium (browser,...
View ArticleInconsistent Roster state: userA=none, userB=both
We have been seeing a recurring issue where a pair of users Rosters can get into a state that should not be possible. Roster for userA has: <item jid="userB@domain.com" subscription="none"...
View ArticleRe: How to implement message delivery reporting using smack
I realize this is a very old post but I just hit this problem as well and I don't know if I should open a new thread or not. Anyway, I also need to receive a DLR (delivery report) with smack. So far...
View ArticleRe: How to implement message delivery reporting using smack
I recommend having a look at the "Message Delivery Receipts' API of Smack.
View ArticleRe: Smack: Add support for XMPP Serverless Messaging (XEP-174)
Hi, and thanks for your interest on the project. If you'd like to apply for this project I suggest you first become familiar with Smack. Browse and explore the source, run "gradle javadocAll" to...
View ArticleSpark file transfers
Does Spark have an addin so that I can do a file transfer to all selected contacts? Or I am missing something in the Spark setup. Is this ever possible to do in Spark. Send a file to many contacts...
View ArticleRe: Apply IP Restriction to XMPP Account
Well, you could post in the Openfire Dev section, but it doesn't matter that much. Home page combines posts from all the sections.
View ArticleRe: Openfire 3.10.0 Beta - High CPU usage
No change. The same behavior. We even tried java7 and java8, both give the same result 200% of CPU after some time.
View ArticleRe: Openfire 3.10.0 Beta - High CPU usage
Please check openfire's lib folder and make sure all of the jar files have roughly the same timestamp. There may be old/new content in there that should be blown out before upgrading/downgrading.
View ArticleRe: Openfire 3.10.0 Beta - High CPU usage
Confirm that all jars in lib folder has the same timestamp.
View ArticleIssues between Adium and Pidgin clients?
So I've run into a strange issue that has only come up recently it seems. We have some individuals in our company that work remotely and some of those people happen to have macs facilitating the use of...
View ArticleRe: Openfire Server's Performance?Can you tell me?
it's amazing. you got up to 250,000 concurrent connections about 8 years ago.how did you make it? which tool did you use to test openfire?I am working with openfire 3.9.3 now. Waiting for your reply....
View ArticleRe: Smack 4.1 RC3 bug in MultiUserChat
Thanks for reporting, fixed with Always include role in MUCItem if it's set · f6ba363 · igniterealtime/Smack · GitHub. Please try 4.1.0-rc4-SNAPSHOT and report back if it works for you. I don't...
View Article