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: Public/Private Key Authentication
I just tested with myself and noticed that it does work even with the check in Openfire. The mechanisms are only checked once at startup (static initializer).Then the plugin is loaded and just adds...
View ArticlePEP Service discovery with no feature
Hi everybody, i tried to discovery from my client to my openfire server with this result: REQUEST <iq from="1f9ccc8f978c5afc582ba8d1d0db4f98@chat.domain.com/8dcbb8ae”...
View ArticleRe: support jsp
Nope Suppport for JSP is an Openfire thing. You would need to replace the jasper-compiler.jar file and the jasper-runtime.jar files in the libs folder with ones that enable JSP compilation. I use the...
View ArticleRe: Update Openfire on Ubuntu
The 3.9.1.deb seems to be broken with even a fresh install of Ubuntu 12.04 and OpenJDK-6. See my post here: http://community.igniterealtime.org/message/236657#236657 If you get 3.9.1 running on 12.04,...
View ArticleRe: Auto invite chat room's members when opened.
It could be possible... the quartz library wants it's own database tables to use... but, if the scheduler object (the quartz JobStore) agrees with me serializing it (have not tested this yet), then...
View ArticleRe: Constant Spark disconnects - "your connection was closed due to an error"
looks to me like you have a database configuration problem. Theres' lots of logs similar to: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openfire.ofrrds' doesn't exist Did you...
View ArticleRe: Auto invite chat room's members when opened.
Oh, nevermind. I somehow thought it would work without Spark running (sending invites) But that would also involve doing something non-standard with Openfire.
View ArticleRe: Errors in OpenFire Window
if openfire is already running as a service on your windows server, then you should not open that box (it tries to start openfire, but it's already running!). instead just browse directly to your...
View ArticleRe: Constant Spark disconnects - "your connection was closed due to an error"
Thank you very much for your reply. I did follow those instructions exactly. I've already been looking at my DB (as well as the web server), for any possible causes. Nothing has jumped out so far....
View ArticleRe: Auto invite chat room's members when opened.
that could be done, but it would have to be either natively integrated into OF, or done as a plugin for OF. otherwise, spark will need to be running for it to send out the invites on the schedule.
View ArticleRe: Custom PacketExtension loosing namespace on receive
Found out my issue it was in my parser, this simple fix did the trick in the while loop, I was accedently moving the xml next when parsing. if(!done){...
View ArticleRe: Auto invite chat room's members when opened.
oh, i get what you were saying... ie. a user "registers" a scheduled conference and then openfire sends the invites on the schedule... hmm... could be done too... but also would require an OF plugin +...
View Articleasmack android file trasfer problem
Hi, I'm trying to setup a basic test sample of file transfer useing SIP XEP-0096 XMPP extension.for may test case I run openfire on CentOS6.4-64Bit Virtual Box. iptables is off.Storage solution is...
View ArticleRe: Constant Spark disconnects - "your connection was closed due to an error"
try it with SA account. also, ensure your db is setup to allow connections, etc... all the normal stuff. Make sure you got no errors during the database setup. Try a slightly older version of mysql...
View Article