Re: 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 ArticleRe: Server 2 Server Questions
@DNS: You don't need any SRV records if the jabber-server is the same machine (or firewall) like machine/IP behind the A record. If your hostname differs from the jabber-hostname, you need the SRV...
View ArticleNot able to get response from server for custom IQ
I am working on one project which having group and private user chat i have completed both. Now i am creating one custom IQ like <iq id='getcontentsharing1' to='____@__.com'...
View ArticleRe: Initial login presence being missed, Roster instantiation too late
An even better solution is to force the instantiation of the roster after connection, but before login. Pseudocode: con.connect(); con.getRoster(); con.login("myUser","host", "resource");. This way the...
View ArticleRe: Smack-4.1.0-alpha4 Some bugs in MUC module
Thanks for reporting. 1. fixed with Fix NPE in MUCItem if role is null · 5d963f7 · Flowdalic/Smack · GitHub2. fixed with Fix NPE in MultiUserChatManager.getMultiUserchat() · 47e327f · Flowdalic/Smack ·...
View ArticleRe: Filtro de Busca de Grupos - AD
Boa tarde.Depois de muita pesquisa consegui fazer o que precisava.Eu precisava filtrar determinados grupos do AD. Não mostrasse todos os grupos do AD. Dessa forma, eu consigo incluir somente usuários...
View ArticleRe: Server 2 Server Questions
@DNS: So long as the server host names are identical to their respective XMPP domain names (chat.example.com) you should not need SRV records, but, as BigD advises, you should have an A record in...
View ArticleRe: Smack 4.1.0-Alpha4 and an issue with...
new StreamManagementStreamFeatureProvider<PacketExtension>() but you shouldn't really need to do that. Smack automatically registers this provider, you don't need to do it manually.
View ArticleLDAP issues + "Error loading plugin: /opt/openfire/plugins/search"
Version: 3.9.3-1, CentOS RPM I'm having some odd issues with this my new OpenFire deployment. First, I tried integrating it with LDAP authentication. It turns out that it can't do a user listing (and...
View ArticleRe: Server 2 Server Questions
It took a full server reboot to get the s2s chat working. it seems to be stable on a both connection right now. Still having issues getting search and conference working across the connections....
View ArticleRe: Smack-4.1.0-alpha4 Some bugs in MUC module
Thanks for quick fixAgain, I've had a exception in MultiUserChatManager, here's the log.10-21 08:24:22.382 29951-31198/xx.yyyy E/AbstractXMPPConnection﹕ Exception in packet listener...
View ArticleRe: parsing/setting content of error conditions (e.g. redirect)
add an optional String (bean-) property "content" to XMPPErorror.ConditionA String member is fine. I'm not sure if "content" is a good name for it. Maybe "text" or "optionalText"? What exactly makes a...
View ArticleRe: parsing/setting content of error conditions (e.g. redirect)
Flow wrote: A String member is fine. I'm not sure if "content" is a good name for it. Maybe "text" or "optionalText"? I would prefer text then or "additionalText" as you mentioned below, I did not see...
View ArticleOpenfire :not able to send packet after few (2-3 ) hour even if i already...
XMPP server : Openfire 3.9.3XMPP Client :Asmack-android-8-4.0.4.jar I am facing some strange behavior of openfire server when i am change the presence manually Below is some piece of code from my...
View ArticleDealing with so-called read-only data of LdapUserProvider in Openfire 3.9.1
I am looking into how Openfire deals with users. At the moment I am using an LDAP server as a user provider for Openfire, but I am running into difficulties because it is treated as read-only. I am...
View ArticleSmack 4.0.4 - XmlPullParserException for gtalk MUC message (user status)
When joining a MUC with a user who is using Google Talk, PacketParserUtils will throw a XmlPullParserException. Here is a log of the message which causes the exception, and the traceback. 10:18:43 AM...
View ArticleRe: Smack 4.0.4 - XmlPullParserException for gtalk MUC message (user status)
It may be that Google is violating the spec herYep, it's a violation of the spec. Is there some way to catch/handle this exception or message type? XMPPTCPConnection.setParsingExceptionCallback
View ArticleRe: Smack 4.0.4 - XmlPullParserException for gtalk MUC message (user status)
Thanks, that's exactly what I was looking for.
View Article