Re: I'm using: mack-android-extensions: 4.1.0-alpha2. The bug appears below
Ok, I haven't looked at the parsing code, but I thought as it's no "XMLParseException", but a "DateParseException", it would be more easily doable. E.g.try {Date date =...
View Articlecall java class from nodejs plugin
I want to call openfire class from plugin nodejs.Is it possible?Thanks in Advance!
View ArticleRe: Session list - access from php script.
Hello, Sorry to post there 8 years after. I need to retrieve the names of the people connected, their IP adresses and their status (offline, online, away) in PHP language. 1 time a day an external SQL...
View ArticleRe: I'm using: mack-android-extensions: 4.1.0-alpha2. The bug appears below
Ignoring the error in this way means that information that is meant for the receiver is not delivered to the receiver and that the receiver is not aware of this. That is why masking such errors from...
View ArticleRe: I'm using: mack-android-extensions: 4.1.0-alpha2. The bug appears below
No, of course I don't want to extend XMPP in such a bad way. But I've already seen <iq type="ERROR"/> (upper case), which either came from an older Smack version, or maybe from ejabberd, I can't...
View ArticleRe: I'm using: mack-android-extensions: 4.1.0-alpha2. The bug appears below
But I've already seen <iq type="ERROR"/>Case sensitiveness is something on my TODO list. The question is whenever to lowercase the input for Enum.valueOf() or not. I don't think that 'error' ==...
View ArticleSupport for XEP-0141: Data Forms Layout
Are there any plans to implement Support for XEP-0141: Data Forms Layout in SMACK? We have made already an implementation within our own product and would like to push/integrate this in Smack, but...
View ArticleRe: Smack 4.0.4 - Communigate Pro Login issue
Hi, I did some more digging into this. I connect to server with security mode disabled. connection is successful. ConnectionConfiguration connConfig = new ConnectionConfiguration("127.0.0.1",...
View ArticleRe: Smack 4.0.4 - Communigate Pro Login issue
Hi, I tried to using DIGEST-MD5 by setting it to high priority. SASLAuthentication.supportSASLMechanism("DIGEST-MD5",0); Following Warning and delayed exceptionOct 17, 2014 3:41:05 PM...
View ArticleI got a issue when I use webrtc with openfire. Help me please!
2014.10.18 01:50:40 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to error while processing message: <message type="signaling"...
View ArticleRe: Smack 4.0.4 - Communigate Pro Login issue
That is actually an issue which is fixed in Smack 4.1. I can not promise that I'll be able to backport the fix to 4.0, at least not within the next few days/weeks. But if you want, I can only recommend...
View ArticleRe: Smack 4.0.4 - Communigate Pro Login issue
Thanks for the response. I will try with 4.1.0-alpha3 and post the results.
View ArticleRe: Smack 4.0.4 - Communigate Pro Login issue
That's the spirit Although it's an alpha I think alpha3 is pretty good. Alpha4 will have some more changes that have the potential to break things, but with alpha3 you should be fine (but of course,...
View ArticleOpenfire 3.9.1 não atualiza.
Fala galera! Seguinte... Tenho o openfire rodando redondinho em um Win 2008 Server 64bits, instalei o 3.7.1 e funciona normalmente,Mas estou tentando atualizar para o Openfire 3.9.1 só que não encontra...
View ArticleRe: Atualização Openfire 3.9.3
O meu não encontrou a instalação anterior. É como se não existisse instalado no servidor o Openfire 3.7.1.
View ArticleRe: java.io.IOException trying to login after 3.9.3 upgrade
I am getting this exact error with a more or less fresh install of 3.9.3 that was having no problems with the admin console prior. This hosts file mentioned, where might that be? I am unable to find...
View ArticleServer 2 Server Questions
I got a few questions about server 2 server connections. DNS: Are SRV entries required or will a single A Record work for each server?A Server1 IPA Server2 IPAlso do I need to make entries for search...
View ArticleRe: Support for XEP-0141: Data Forms Layout
Are there any plans to implement Support for XEP-0141: Data Forms Layout in SMACK?I've just created SMACK-612 for this We have made already an implementation within our own product and would like to...
View ArticleRe: java.io.IOException trying to login after 3.9.3 upgrade
He meant this C:\Windows\System32\drivers\etc\hosts file. After you add this line into hosts and able to login. Create a System Property in Openfire Admin Console:rss.enabledwith a value false I have...
View ArticleHow to understand the code flow for openfire
Hi I am new to open fire server development.I setup the the openfire source to my eclipse .I would like to how to start understanding the code flow for open fire
View Article