i am trying to connect to openfire using this code
configuration=XMPPTCPConnectionConfiguration.builder(); configuration.setServiceName("192.168.1.53"); configuration.setPort(5222);...
View Article100% CPU Usage
Hello! We have one annoying issue with openfire. We use Openfire with AD auth and external MariaDB 5.5.41 database, using custom certificate, only TLS. First, we are trying 3.9.3 with bundled java on...
View ArticleOpenfire won't connect to mysql after server reboot
After installing Openfire for the first time, everything went smoothly and the server started without problems. However, after rebooting the server Openfire won't start at all. This is what happens:...
View Articlehow to connect to openfire server using smack api 4.1.0
i am trying to connect to my openfire server by this code String DOMAIN = "my server ip"; AbstractXMPPConnection connection; try{ XMPPTCPConnectionConfiguration.Builder config =...
View ArticleUsing smack 4.1 on android, giving exception in connection
I'm trying to make a connection with GoogleTalk in android using Smack 4.1.I've followed numerous tutorials examples on the internet yet still I can't seem to make it work. public static final...
View ArticleSmack 4.1 in android, getting exception "VerifyError"...
This is the complete StackTrace, i saw on internet some where that Flow also faced this issue some time in 2011 using aSmackbut I'm not using aSmack. Using Smack 4.1 along with jxmpp: Code:...
View Article3.10 RC LDAP Issue
After upgrading from 3.9.1 to 3.10 the Spark client receives "Invalid username or Password" I am using Windows 2008 R2 Active Directory. This worked fine under 3.9.1. What is even more puzzling is that...
View ArticleHow do you enable node creation?
I've got this weird issue with my server. On my home server, my android application works perfectly; it can connect, register, create nodes and get nodes.However, on a server I just recently bought,...
View Articlesmack4.1 android client connection for openfire server
Hi All,I want to develop chat app in android. So, I am using smack4.1 version. But i am unable to connect openfire server(which is located my local) using smack4.1. Could you please provide sample...
View ArticleWhat is wrong with my BOSH Configuration ?
Hi guys. I looked all over the net, removed, changed things, and, of course, got confused. Could you please tell me what is wrong with my code ? Thank you for your time. package naur.naur; import...
View ArticleAre VCards working on Smack? Any alternatives?
Hi, I have been having trouble getting VCards to work. Saving my own VCard seems to work fine, however when trying to retrieve the VCard for another user, I get this error: XMPPError:...
View ArticleOpenfire 3.10rc and fastpath.
helloto all, fastpathpluginis compatible withopenfire3.10rc?
View ArticleBot File Reciever / File Transfer
Hi GuysI am trying to build a bot which is connected as a component to an openfire 3.9.3 server using smack 4.1.0.This smack has to receive a file an process it.The thing it's that spark client says...
View ArticleBuild errors for Smack 4.1
I have cloned the Smack repository and trying to build it using gradle tasks, but unable to solve the errors.Following is a dump of the commands and results : D:\Android\android tools and...
View ArticleCan't create group chat
I use aSmack 3.2.2 but server is last, I can't create group chat, how i do ?i try from this Smack Extensions User Manual , How i change (necessary aSmack 3.2.2)Help me, please Thanks.
View Articleadd JVMROUTE to AJP13 for web server to OpenFire load balancing?
Hello, I have a web app that connects to OpenFire over AJP13. The traffic is forwarded to OpenFire from IIS using the Jakarta ISAPI redirect module.Works great when connecting to one dedicated OpenFire...
View ArticleSmack - SSL and Proxy Socks
Hello everyone, I tried to use Smack API with SSL and proxy socks5. I found some examples with SSL setting config.setSocketFactory(SSLSocketFactory.getDefault()).But when I use ConnectionConfiguration...
View ArticleDynamic Active Directory Groups
We are starting to play around with dynamic groups in Active Directory (2012 functionality). They show up in AD as Query-based Distribution Groups. however, they don't seem to be picked up by...
View ArticleNoResponseException smack 4.1.1
Hi, I am recieving a NoResponseException when making a xmpp connection. I am not expecting a response in the application after I send a message through the connection. Below is where I am using the...
View ArticleSmack Packet Writer
Hi, I am recieving this exception and I really have no idea where to look for the problem, or what may be causing this. If someone can point me in the right direction that would be great. Can someone...
View Article