generatekey missing from XmppStringUtils
Hi, I've just started working on a android client using smack 4.1.0-alpha4 and it looks like it is dependend on a version of jxmpp-core that is not available yet in mavenCentral from which I downloaded...
View ArticleRe: generatekey missing from XmppStringUtils
Smack 4.1 currently depends on jxmpp 0.3.0, which is available on maven central: The Central Repository Search Engine
View ArticleRe: generatekey missing from XmppStringUtils
Thanx a lot, I was thrown off by because the 0.1.0 version is in an other package my mistake.
View ArticleXMPP Domain in OpenFire
Hi, We have an OpenFire server setup with mostly default settings, including the default XMPP domain (set to the hostname of the machine). We have tried to change the XMPP domain to something else and...
View ArticleQuestion about the clustering plugin
Hello I just installed the Hazelcast clustering plugin and just have a couple questions about it. It seems to be working pretty well so far, it was able to join my two openfire servers together without...
View ArticleOpenfire can't start under suselinux
I'm using openfire on version 3.8. for long time. Today I can't start openfire again with the regular pid command. If I start openfire with openfire.sh start under directory opd, I don't have any...
View ArticleRe: Dealing with so-called read-only data of LdapUserProvider in Openfire 3.9.1
One way is to create a shared group for user1 and user2 and another for user1 and user3 from LDAP. You still need to enable the ldap groups as roster groups from Openfire admin. Openfire has a group...
View ArticleOpenfire behind cloud load balancer - ger real IP
Our openfire 3.9.3 server lies behind a Rackspace cloud load balancer. As a result, all the client connections to openfire have the same private IP address, this of the load balancer. As indicated in...
View ArticleError on first start up
I installed JDK then installed Openfire 3.9.3 on a fresh Windows 2008 R2 Datacenter serverThe only thing I haven't done is fully patch the serverLog:--java.io.FileNotFoundException:...
View ArticleSpark Search/Conference cannot connect to remote service
Hi all,We just recently setup a openfire server overseas and did a s2s to our current server. The problem we are having is you cannot search the remote server using spark. Other jabber clients work...
View ArticleRe: Error on first start up
it looks like you have a permissions issue. (Access is denied) are you running this as a service? If not, then try disabling UAC.
View ArticleSSL in openfire
I have certificate,private key etc . but i could not able install certificate in openfire please help me , My openfire running in windows , i have added certificate in key store but it show in openfire...
View Articledifference between listener and interceptor
Hello. In Smack 4.0.5 API,there are two similar methods,addPacketInterceptor and addPacketSendingListener. So,I wander,what different between them. Thanks.
View ArticleRe: difference between listener and interceptor
Basically Interceptors are called before the stanza (packet) is send, listeners after it is put in the send queue.
View ArticleRe: Eclipse: source attachment does not contain source - SmackConfiguration
If you point eclipse to a directory as source attachment, it expects the source as plain source files within that directory. You have to point to the source jars.
View ArticleRe: Server 2 Server Questions
Debug logs show nothing as if there is no 2nd server. Right now the server session shows connections both ways, when we start running into issues the session shows incoming only with the TLS lock...
View ArticleUnable to start a chat session.
I use version 2.6.3 to communicate with fellow employees. On my home computer I am no longer able to start a chat using my account. I have deleted the account multiple times and reinstalled without...
View Article4.1 alpha4 issues and questions.
I started using 4.1 alpha4 and facing few issues I am using this code AndroidSmackInitializer androidSmackInitializer = new AndroidSmackInitializer();...
View ArticleRe: 4.1 alpha4 issues and questions.
I am using this code instead of SmackAndroid.init(getApplicationContext());You should not do that manually. There was a bug in a recent alpha that prevented SmackTcpSmackInitializer from being run, but...
View ArticleRe: 4.1 alpha4 issues and questions.
Thanks flow .If its not fixed yet is there any work around that i can use until you plan it in next alpha ? Also for building it from the sources I tried to get more info about but could not find much...
View Article