Problem with cURL and the User Service Plugin?
I have a problem with the new User Service 2.0.2 Plugin for Openfire and curl. I get with curl an error 'RequestNotAuthorised' from the plugin. To check if it's a problem with the new version a tried...
View ArticleRe: Problem with cURL and the User Service Plugin?
Hey, RequestNotAuthorised means that the secret key is wrong or the IP address is blacklisted.Do you use maybe some special characters in your secret key? (Maybe curl escape other as fopen)
View ArticleRe: Problem with cURL and the User Service Plugin?
My secret key has special characters. I just tried it with a very simple "Hallo" as secret key after your post:) Same result.
View Articleapns certificates and keytool
Hello Community: Following the excellent guide at Apple Push Notification Services in iOS 6 Tutorial: Part 1/2 - Ray WenderlichI have managed to acquire new <appID>.p12 and certSigningRequest and...
View ArticleRe: Do not recommend bundled JRE
Most Java vulnerabilities are about the browser plugin (not all even?). What vulnerabilities exist related to the JRE itself? One can always remove the built-in JRE and use the system's default JRE....
View ArticleRe: Need to move spark openfire server from one pc to another
That depends what server is in use. I guess it will be Openfire, from the same developers as Spark. It will run on Win7/2008R2 x64. Next you need to know what database is in use. If it is an embedded...
View ArticleJID is showing as name of server
Hey everyone,I'm new to OpenFire and got a server setup with Active Directory integration and it works fine but the JID is showing as the name of the server. I have attached a picture as reference....
View ArticleRe: Multiple resources for contacts
This sounds like [OF-829] Ghost sessions left on a server when using Pidgin client - Jive Software Open Source
View ArticleRe: Openfire Postgresql schema different than public
I do not believe so. There is probably a way to hack the JDBC connector to set a non-public default schema, but I do not know how.
View ArticleRe: Crowd Voting Messaging Openfire Plugin
I have seen something similar to this in teamchat app. I am building upon the conversation android app, whose source is opensource. I am also wondering if this was possible in openfire.
View Articleproblema con usuarios bloque cliente Spark
Buenos días, tengo un problema con un usuario el puede hablar con varios miembros de un grupo pero al intentarlo con otros dos usuarios se los bloquea y le cierra el programa, y vicersa tambien pasa...
View ArticleRe: fastpath/webchat maintainer?
Since there hasn't been any response in 2 months can I assume this is not actively being maintained? Does the license for this part allow for me to fork this to github? We actively use this project and...
View ArticleRe: Message Archive extension XEP0313
Hi Jayesh, Have you implement XEP-0313: Message Archive Management already? Thanks!
View ArticleBefore user login deal with something by plugin
I want to check username and password from other server,so I need do it before login openfire,I try to use plugin,but I olny found "interceptPacket" method, can you help me?
View ArticleRe: fastpath/webchat maintainer?
For the record, Brandon chatted on open_chat and now fastpath webchat is on github igniterealtime/Fastpath-webchat · GitHub
View ArticleRe: Force Avatar for users?
The avatar is stored in the user controlled vCard. One can write a plugin which intercepts all vCard updates and replaces the photo with something else (LDAP source, external URL) or disable updates...
View ArticleRe: Force Avatar for users?
I realizedthat is saved inmysqldatabase.if someoneprogrammingan interfaceto editthis tableby insertingnew photosin the formatBINVALwould already bea great help .
View ArticleRe: Force Avatar for users?
If the user replaces the avatar after starting Spark then this does not help. You still need to intercept or block vCard updates.
View Article