Re: Setting-up Dev Enviroment
no, i rather like Eclipse... I use it for everything, not just java (C, Python, occasional bash script, etc). My comment was directed at the automatic import attempt by Eclipse... it's pretty smart,...
View ArticleRe: Catch all IQ requests
Read the last section of http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/plugin-d ev-guide.html
View ArticleRe: Updating Smack to 4.0.0 in Spark
I would be happy to assist. There are sure some things missing in the Smack 4.0 upgrade guide, that we should add. I think we should create a 'smack4' branch in sparks git repo and see if we can...
View ArticleChat Window User Info Customization
At the top of the chat window, it displays the person's name, title, and email address. I've modified the ldap-to-vcard mapping XML in our DB to pull all the correct info from AD. Works perfectly. What...
View ArticleRe: Jingle Nodes Plugin 3.0.0 with public ip
The answer is to modify the code in jingleNodes as given in this thread: http://community.igniterealtime.org/thread/46479
View ArticleRe: JingleNodes & Openfire 3.8.2 & Jitsi videobridge
The answer is to modify the code in jingleNodes as given in this thread: http://community.igniterealtime.org/thread/46479 The hardcoded value of 'stun.xnet.com' is the culprit.
View ArticleMaybe MultiUserChatManager.insertService should be public or add an new API?
Maybe MultiUserChatManager.insertService should be public or add an new api works like it. In class org.jivesoftware.openfire.muc.MultiUserChatManager,now there is an api...
View ArticleRe: upgrade spark to version spark_2_7_0_659.exe
what version did you upgrade from? Here's the changes for 659 (says 658 but 659 is the exact same) http://bamboo.igniterealtime.org/browse/SPARK-INSTALL4J-658 maybe your softphone plugin is messing...
View ArticleRe: Updating Smack to 4.0.0 in Spark
hmm, well if we're going to replace one binary dependency with another dependency of maven... perhaps it's just time to go full maven? (i suppose upgrading to new smack lib is a different project than...
View ArticleRe: Chat Window User Info Customization
yes, this would require source code modification and then to compile your own version. currently spark "cherry picks" data from teh vcard to display there. i know you are integrated with AD, so it may...
View ArticleRe: OpenFire Not bringing up Admin
You should run Openfire Server launcher via Run as administrator option.
View ArticleHow do openfire's schema work ?
Hi everyone . I am learing for my thesis . I want load all user from LDAP to friendlist of other person , but i haven't much idea . I think i will edit or modify database . And i want know openfire's...
View ArticleWill Openfire host my Google Cloud Messaging Server?
Although I am developing Android apps, I am a newbie to the world of Java servers. My apps have been using internal SMS messaging to allow the phones to talk to each other. This worked wonderfully...
View ArticleVCard.setAvatar(Byte[] bytes)/(Url url)/(Byte[] bytes, String mimeType) Not work
Bytes File f=new File("C:/testIcon/action2.jpg");BufferedImage o=ImageIO.read(f);ByteArrayOutputStream b=new ByteArrayOutputStream();ImageIO.write(o, "jpg", b);byte[] img=b.toByteArray();...
View ArticleRe: Will Openfire host my Google Cloud Messaging Server?
Google writes: 'If you decide to use the XMPP connection server, you can use the provided Python or Java Smack demo apps as a starting point.'I see little point in using Openfire, Openfire uses XML...
View ArticleRe: VCard.setAvatar(Byte[] bytes)/(Url url)/(Byte[] bytes, String mimeType)...
The absense of an error message is odd. What does getAvatar() return? PS Thhis seems to be a Smack issue and not related to Openfire.
View ArticleRe: Will Openfire host my Google Cloud Messaging Server?
You misunderstand the GCM approach. You don't run your own GCM server. GCM and the "GCM server" is provided by Google.
View ArticleRe: Maybe MultiUserChatManager.insertService should be public or add an new API?
What's more, some changes should be applied to loadServices() and new API for skiping loading custom MUC implementation
View ArticleRe: spark automatically refresh contacts for showing online users
does spark support this function,spark automatically refresh contacts. consequently, if the accident like this we can't see user A online and user B can see user A online. we can resolved this problem
View Article