Re: Openfire and Jitsi
sorry but a openfire.sh is not available at my ubuntu based system. I have installed openfire with the .deb from this site and control it with: sudo /etc/init.d/openfire...
View ArticleRe: Is the ConnectionConfiguration#ProxyInfo ignored by the Connection class?
I don't see the problem with the code. If a proxy is configured config.getSocketFactory will return the proxy's socket factory.
View ArticleRe: Is the ConnectionConfiguration#ProxyInfo ignored by the Connection class?
Ah, right. When I debugged, it didn't use the socketFactory else branch, but I guess that was a fault in my settings.Didn't know that the socketFactory is used for proxies, I thought a user can...
View ArticleThe BOSH implementation should include a 'from' attribute in its session...
Hi, the Openfire BOSH implementation does not include a 'from' attribute, which specifies the XMPP domain in its session creation response: <body xmlns="http://jabber.org/protocol/httpbind"...
View ArticleRe: Spark auto idle doesn't clear
Hi, It's the 2.6.3 release. I've done some more investigating and I have a feeling that it does not correctly clear once a user has RDP'd to their machine. It appears that once they have RDP'd,...
View ArticleRe: send xml unescaped message, makes me "unavailable", Why?
I guess the server disconnects you, because you send invalid, unescaped, XMPP stanzas.
View ArticleRe: send xml unescaped message, makes me "unavailable", Why?
Thanks Flow, I REALISED, that i am sending unescaped, XMPP stanzas is the problem. What i want is, Is there any way i can handle this error? Is there a way to avoid disconnets?
View ArticleRe: send xml unescaped message, makes me "unavailable", Why?
It's the server who is disconnecting you, not the client XMPP library, therefore this question is not really suited for the Smack forum. And any sane XMPP server implementation will always terminate a...
View Articlesend xml unescaped message, makes me "unavailable", Why?
Hi,If i send string unescaped message via smack, immediatly my presence goes tounavailable.I know i should unescape my message and send. But if i did by mistake, why should my presence change?Please...
View ArticleRe: send xml unescaped message, makes me "unavailable", Why?
I already escaped the string, which i want to send. I just thinking, why there is no handler for invalidstanzas or implicitly handle or auto unescape? Anyway i have to ask this question(disconnect) in...
View ArticleRe: send xml unescaped message, makes me "unavailable", Why?
Thanks, So, will autoreconnect work for this situation or i have to reconnect manually? In otherwords can i handle it in ConnectionListener.connectionClosedOnError and reconnect? (i dont think so, bcoz...
View ArticleRe: send xml unescaped message, makes me "unavailable", Why?
I think I gave you the answer already: Because there is no reliable way to recover from an invalid stanza. So the only secure way is to terminate the connection.
View ArticleSmack API - How to get wating for subscription status from roster
hi all in my chat appliaction i set "roster.setSubscriptionMode(Roster.SubscriptionMode.manual)" and send invitation to other party . how can i get SUBSCRIPTION_PENDING status while accept...
View ArticleRe: Unable to connect to database
It would probably be best to stop openfire and start the setup process over from the beginning.
View ArticleRe: Possible resource leak?
There is no today's logs, only yesterday and i'm not sure they are related: Nov 20, 2013 1:58:54 PM org.jivesoftware.spark.util.log.Log errorSEVERE: not-acceptable(406) at...
View ArticleRe: message body is null, raw received packets has the data
The solution is to write your own PacketExtensionProvider. There is bug in PacketParserUtil#parsePacketExtension(String elementName, String namespace, XmlPullParser parser), for which, probably, you...
View ArticleRe: message body is null, raw received packets has the data
There is bug inPacketParserUtil#parsePacketExtension(String elementName, String namespace, XmlPullParser parser), for which, probably, you need to have your own provider.Care to elaborate the bug, so...
View ArticleRe: message body is null, raw received packets has the data
This is the method in PacketParserUtils.java public static PacketExtension parsePacketExtension(String elementName, String namespace, XmlPullParser parser) throws Exception { //...
View Articleimpossible to installation process
Hi, I would like to report a possible bug. There was a kernel update for ubuntu yesterday morning. Yesterday Night I had to reinstall completely my openfire and it seems that the web based installation...
View ArticleHow to store and retrieve messages in Openfire server according to threadid
We are using Openfire as server with various clients in mobile platform and web interface for which we are using xmppframework for iOS Smack for Android and Strophe.js for the web.Following this...
View Article