ChatListener doesn't differ Multi-User private chats
Originnaly using asmack I got this issue. I'm using ChatListener to be fired on incoming private chats from MUC like someroom@conference.jabber.host.com/someuser. This way ChatListener fired at first...
View ArticleRe: Port 5552 = SSL?
POP3?!?!?! Lol... IMAP for the win! It's possible your outlook version did not, has not, or will not receive an update to include the RapidSSL CA server(s). RapidSSL is a big name, so I'm suspecting a...
View ArticleRe: Port 5552 = SSL?
I rather use my own self signed cert for personal usage. If you want people to "trust" your websiteyou will have to have a signed cert by some "trusted" company. We run our XMMP server and our IronChat...
View ArticleRe: Port 5552 = SSL?
honestly, it sounds like you should unplug the ethernet cable In your scenario, your "members" would have to go and specifically tell their program/browser to ignore security checks when connecting to...
View ArticleGtalk or other XMPP (Jabber) setting
Hello, after many trials i have working Gojara with Spectrum2. I am using Openfire with Spark. ICQ transport is working well for me, but i need help with Gtalk or other XMPP (Jabber connections). I...
View ArticleRe: Spark rede externa
Estou reabrindo esse post porque eu tinha a mesma duvida e abriu muito a minha mente isso, so que no meu caso nao e usando spark, é usando um aplicativo para celular android, chamado ChatSecure... no...
View ArticleSpark 2.6.3 and VideoViewer 0.1.9.9 conflict
Hello Everybody, OS: Windows 7 Enterprise (64bit) I have come through a strange issue. Spark was working fine untill I installed Video Viewer 0.1.9.9. After a reboot spark crashed saying "The JVM found...
View ArticleRe: Spark 2.6.3 and VideoViewer 0.1.9.9 conflict
Maybe Video Viewer is based on Java and installs some sort of its own java jre. If it's 1.6 version, when Spark tries to use it and probably that's why it fails. Check you system for any other java...
View ArticleRe: Registration reCAPTCHA is always wrong
Solved! After try everything I choose to allow the server to access internet without proxy, and now works.
View ArticleSwitch to JDK7 for install4j in Bamboo?
Daryl says Bamboo is still using Java 6 for building Spark with Install4j. We can try switching to Java 7, as Spark is already bundled with Java 7. Maybe it will even fix the issue that Spark still...
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 Articlemessage body is null, raw received packets has the data
Hi, I am using the latest version of smack and having problem receving data.Smack debug window shows the raw received packet as expected, but when it is delieved to message listener the message body...
View ArticleRe: message body is null, raw received packets has the data
I guess that there is no PacketExtensionProvider for tms registered and therefore the tms extension is not added to the resulting message instance. More info here:...
View ArticleRe: message body is null, raw received packets has the data
Thank you for the reply. There were couple of threads with the same issue and the below post explained it too.http://community.igniterealtime.org/message/163447#163447 Can you guide me how can i have...
View ArticlePEP Items no longer written to database in Openfire 3.8.2
Hi, After upgrading to 3.8.2 from 3.6.4 I noticed that PEP items are no longer written to the ofPubsubItems table. This means when the PEPService or Openfire restart current PEP items are lost until...
View ArticleRe: Possible resource leak?
perhaps SwingWorkder or java.util.concurrent.ScheduledExecutorService may help? With the executor, you can set an interval to execute the runnable... do we want things running on the main spark swing...
View ArticleRe: Switch to JDK7 for install4j in Bamboo?
I suppose there's no harm done in leaving source=1.6 but building with java7... ant will just complain a little. Although target should at least probably be set to target=1.7 so that ant makes sure it...
View ArticleRe: Let's make aSmack obsolete! The future of Smack development
just curious, is Smack stuck using StAX / XMLPullParser because Android does not come with a SAX implementation? To my knowledge, SAX is more performant that StAX, but StAX is simpler to use...
View Article