Re: PubSub implementation broken in 4.0.3
Please open a new thread for a different problem and provide more details. The IQ stanza does look like a custom one. It doesn't look similar, more like a faulty parser implementation. How is it...
View ArticleReceived IQ dropping elements between RCV and processPacket
I'm attempting to receive a custom IQ result packet on Smack 4.1.0-alpha1-SNAPSHOT, and some of the XML elements are being dropped between the reception of the packet and the delivery to my listener....
View ArticleRe: Received IQ dropping elements between RCV and processPacket
Nice report, but you missed the most important part. You didn't tell us about the Provider implementation that is reponsible for parsing the custom IQ. Or, if you use the "parseWithIntrospection"...
View ArticleOpenfire on Amazon ec2 ubuntu
Hi, I am running Openfire 3.9.3 on Ubuntu server 14.04 (Amazon EC2 free tier). Following are other informations on the setup: Java Version:1.7.0_65 Oracle Corporation -- Java HotSpot(TM) 64-Bit Server...
View ArticleRe: 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: Openfire behaviour with multiple resources with same priority
Hi, thanks for your answers. But what is the default strategy of Openfire to select a resource to deliver to?Quoting javadoc of openfire/spi/RoutingTableImpl.routeToBareJID: Deliver the message sent...
View ArticleRe: how could I transfer a custom IQ via openfire?
Hi Flow Thank you so much to show me the right way! it's so good that I don't need to open another project : ) here is my get IQ and Error IQ. <iq type="get" to="test@mobilevisionart.com"...
View ArticleRe: how could I transfer a custom IQ via openfire?
is there anything suspicious in the stanza? Yes, you send it to a bare JID, which means the server is required to handle it (see rfc6121 8.5.2.1.3), whereas you likely would want to send it to a full...
View ArticleRe: Openfire behaviour with multiple resources with same priority
I see, this means that if all cluster nodes themselves are sending messages in regular intervals, they would become the connection with the most recent activity and so the server will do some kind of...
View ArticleRe: jitsi videobridge problem
Do you mean by this link: reducing resolution down to 360 from 720 (HD) ? if so, I already have done this and it makes no difference
View ArticleRe: how could I transfer a custom IQ via openfire?
hi FlowYou are awesome! ( 8.5.2.1.3.. it really shocks me..)It works all good now. Thank you for the kind help!
View ArticleRe: In group chat occupants is removed from group when he is offline ..
Who should be able to manage the 'chat group'? Hello LG. If you are using whatsapp then you understand very well. When i create group . Group is persistant in database and i am administrator of a...
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 ArticleCallback when message store in offline storage
Is there a mechanism by which the Offlinestorage system can notify a listener when a message is stored in the offline storage. I would like to perform additional actions when a message is stored in the...
View Article