Getting Spark to start up automatically at logon
My assistant used to set up Spark on new employee computers so when they logged on it would automatically start up and log them in (we tie it to Active Directory). He is now gone. I've set up a new...
View ArticleRe: Getting Spark to start up automatically at logon
Click the "Spark" menu option in the top left corner Spark --> Preferences --> Login --> checkmark "Launch on startup" and probably also "Auto login" and "Save password".
View ArticleRe: How to receive Packet payload that is shown in Debugger
I got it on my own by implementing the following IQProvider: publicclass HarmonyHubResponseIQProvider implements IQProvider{ public IQ parseIQ(XmlPullParser parser) throws Exception {...
View ArticleRe: How to receive Packet payload that is shown in Debugger
Nice use case for Smack. Did you already wrote a PacketProvider for 'oa' with the 'connect.logitech.com' namespace? If so, please show us the code. This is more a XPP3 question. I would expect to be...
View ArticleRe: MUC-Autojoin with multiple resources, OF360a
You were right Tom. Spark behaves differently and i don't think it is right behavior, so i have filed a bug SPARK-1580. Testing the latest changes. Exiting seem ok with many clients. Other resources...
View ArticleRe: Openfire 3.9.1 Doesn't Open Ports
Java Version:1.7.0_51 Oracle Corporation -- Java HotSpot(TM) 64-Bit Server VMAppserver:jetty/7.x.y-SNAPSHOTHost Name:OS / Hardware:Linux / amd64Locale / Timezone:en / Eastern Standard Time (-5 GMT)Java...
View ArticleRe: failed to connect to Openfire by websocket
Thanks for answering my question. It's better to document this fact somewhere.
View ArticleTrouble when import Spark source code to Eclipse
Hi all , i have some troubles when import source Spark to Eclipse .I try use Eclipse 3.2 or 4.x and JDK 1.6 / 1.8 but it not work Please help me fixed error . If possible , please make new tutorial...
View ArticleRe: Openfire 3.9.1 Doesn't Open Ports
make sure your firewall is allowing those ports of course. also depending on the default tomcat config from the ubuntu package manager repo, it may conflict with the jetty server built into openfire....
View ArticleRe: Trouble when import Spark source code to Eclipse
some of the plugins depend on the spark source code being avaialble in a certain path. if you are not working on those existing plugins, you can simply remove them from your build path and eclipse...
View ArticleRe: Openfire 3.9.1 Doesn't Open Ports
the ports don't even show up in the openfire web admin site as ports which are in use. After i change them and change them back then they show up. I have completely turned off the firewall and it still...
View ArticleRe: Openfire 3.9.1 Doesn't Open Ports
a similar question for ubuntu and ports failing to open for another xmpp server: http://askubuntu.com/questions/201462/why-does-ejabberd-start-fail seems it was related to having a bad server setup......
View ArticleRe: Trouble when import Spark source code to Eclipse
I try but it isn't not working @@ . Please help me fix error in image @@ .You can see error this link : http://upanh.biz/KsB
View ArticleRe: failed to connect to Openfire by websocket
Openfire has had a websockets implementation before an XMPP standard was proposed or implemented. I don't think anyone has the appetite right now to implement it in the Openfire core until the xmpp...
View ArticleRe: failed to connect to Openfire by websocket
As a followup to my last post. There is actually a Jetty implementation of the xmpp websockets draft specification. If any one wishes to tackle this and graft it into Openfire, then the code here is...
View ArticleRe: Is Openfire affected by Heartbleed?
Openfire uses bouncycastle http://bouncycastle.org/
View ArticleRe: OFMeet no video to other partecipants
Try installing the openfire STUN plugin http://www.igniterealtime.org/projects/openfire/plugins/stunserver/readme.html
View ArticleRe: Java 8 support
I have been running JRE8 on one of my openfire servers since early release with no problems. Now that it has been released, I am upgrading all my servers with no problems so far
View Article