Re: Video chat using smack in android
omg, you guys are like this:Probably there's no sample code. The whole Jingle part of Smack is unmaintained since years afaik.http://community.igniterealtime.org/thread/51885
View ArticleRe: getAllRoms Muc
Please be clear about your problem. I don't understand it. Querying for 1000 rooms in 1 sec is not that slow imo. (XML (de-)serializing, roundtrip to server, Java object creation). WTF you are doing?...
View ArticleEnabling a plugin (Component) to receive stanzas from anonymous sources
Hello everybody, I am currently developing a couple of ComponentPlugins for Openfire.I now need the option to let a plugin react to Stanzas from anonymouse/un-authorized Connections. However, my...
View ArticleRe: Getting error while starting openfire
Yo tambien tengo el mismo herror, como lo solucionaste????
View ArticleFileTransfer to a plugin/component
Hello everybody, I am currently developing a couple of plugins for our openfire-based chatting solution. I now have to develop a plugin (Component) that accepts any FileTransfer from a client and then...
View ArticleRe: After upgrade 3.9.1, All client cannot connect to server
We use pandion 2.5, I change to spark it seems work now, are 3.9.1 change something that not support Pandion?
View ArticleRe: After upgrade 3.9.1, All client cannot connect to server
warn.log: 2014.03.05 09:14:42 org.jivesoftware.openfire.net.SocketReader - Closing session due to incorrect hostname in stream header. Host: 86.0.178.226. Connection:...
View Articlebouncycastle signer info does not match
I tried upgrading my Openfire 3.8.2 install to 3.9.1 today. After doing all the upgrade steps and trying to start openfire it failed with the message in the nohup.out file of Exception in thread...
View ArticleRe: support jsp
I replaced the jasper-compiler.jar file and the jasper-runtime.jar files with the ones from apache-tomcat-5.5.20. It didn't work. Then I added jasper-compiler-jdt.jar from tomcat and it worked. Anyway,...
View ArticleRe: Auto invite chat room's members when opened.
I've closed the original ticket and filed new one for Spark SPARK-1575
View ArticleRe: Candy example WebSocket connection failure
Hi! Yes, that works. So is it true, that the additional websockets-plugin is needed if you want to use websockets? Kind regardsDennis
View ArticleSpark with Redfire plugin suspending after audio/video chat
Hi, I'm using Spark 2.6.3 with latest redfire spark plugin (downloaded from redfire test page). After starting a audio/video chat, conversation goes fine, but spark client goes in suspend mode. I...
View ArticleRe: RFC: Reworking the Exceptions of connect() and login()
As an active user of SMACK, I'd like to add my 2¢ here: @CSH: I like the idea of reusing existing generic exceptions, however the specific LoginExceptions from javax.security.auth.login are not...
View ArticleXMPP Reverse proxy
Is it possible to reverse proxy XMPP S2S (TCP: 5269) protocol in some way, so that requests made to a main Server are reverse proxied to serveral Openfire Serevers, each one hosting their own...
View ArticleGroup sharing problem
Hi! I'm using Openfire 3.8.2 with LDAP integrated. I've faced a problem about group-sharing. I want to set a group shared to everybody and two groups shared to only themselves. With the following...
View ArticleSpark hangs while log off from Terminal-Server 2012R2
Hi! We are using Spark (2.6.3) and Openfire (3.8.2) as IM. Now we are switching from normal PCs to a Terminal-Server 2012R2 and Citrix XenApp/XenDesktop environment. The problem is now, that when Spark...
View Articleusername with dash on Active Directory
Hi, Athentication on Active Directory for username with dash does not work. "user.name" is ok. "my.user-name" fails. Version: Openfire 3.9.1Java Version: 1.7.0_51 Oracle Corporation -- Java...
View ArticleRe: Spark hangs while log off from Terminal-Server 2012R2
Spark will probably also be more sluggish while running in the terminal environment. We've been on this path and decided to move back to physical machines. Not because of Spark, but in general because...
View ArticleHow users will be created
Hello Team, When we are creating user in openfire with mySQL as external database.How this user will sit in DB level I mean the schema, tables etc.? Do we need to create these explicitly ?
View ArticleRe: About the Room Occupants' Information
I just found the way to get occupants. You need to have "roomname" and "jid" to get the occupants list MultiUserChatService muChatService =...
View Article