(a)Smack New Method Suggestion.
Class MultiUserChatpublic list<Packet> getPreviousMessages(int Amount){list<Packet> messages = new List<Packet>();//logic to obtain messages and add to list using int to get a...
View ArticleRe: XMPPStringUtils error for smack
I have the same problem. i didn't include xpp3-1.1.4c.jar and by logging the code i can connect to the server but after that it throws an error. My code is below. private class LongOperation extends...
View ArticleHelp, installing openfire SSL certificates fails
Me and my team of linux experts have been fighting with this for almost 3 weeks now, it's pathetic we want to give up on openfire but this is our last and final resort. We have installed it many many...
View ArticleRe: Openfire 3.9.3: Import Certificates error
I wish I knew why openfire was also so incredibly complicated to get working with properly signed certificates, it's absolutely ridiculous we have spent 3 weeks on ours and made very little progress on...
View ArticleRe: (a)Smack New Method Suggestion.
XEP-45 does nut support retrieving the history after the initial presence has been send (see XEP-45 7.2.14). And this is already supported by Smack: MultiUserChat (smack 4.0.6 API)
View ArticleRe: (a)Smack New Method Suggestion.
Well it should didn't know it wasnt supported. I wonder why.
View ArticleHow can I search for another user using phone number ?
I am trying to expand the scope of user search by providing search on fields like phone number or city or any of the information that I might store in a vCard. How do I search and come up with a list...
View ArticleCan't build Openfire from Git source anymore (pack200 problem?)
Today Netbeans complained that src-java-20 files are missing (probably after one of the latest updates from Git). So it didn't build giving errors about Pack200. I have then readded the project (fully...
View ArticleRe: (a)Smack New Method Suggestion.
My guess is that there is no need to retrieve the history after the join. You either request it with the initial presence or you are not interested in the history.
View ArticleMessaging security
Hello,I'd like to ask if it is safe to deploy an openfire server on the internet.I need the messages to be delivered in a confidential / safe way.right now we have the server running in the...
View ArticleOpenfire 3.9.3 & jitsi videobridge 1.3.0 can not see 2nd participant
I searched in the forum and found someone already faced this problem.The major answer is related to IP address and host name. I'm also facing with this problem, however I could not solve it by changing...
View ArticleRe: Messaging security
Like with every software it is more dangerous to put it on the Internet. You can acquire an SSL certificate and use it with Openfire to encrypt messages for some security level. But Openfire might has...
View ArticleRe: How to enable video conference in asmack using openfire server with jitsi...
You have three choices 1. Use android build of webrtc and any suitable jingle java library to talk directly between users for one to one video or talk to jitsi videobridge for multi user video2. Use...
View ArticleRe: Can not see participant image
I dont have the problem:-) Without any error messages or log files, there is not much anyone can do. Otherwise, wait for the tutorial.
View ArticleRe: Can not see participant image
Hi Dele, I'm happy that you reply my message.I posted log hereOpenfire 3.9.3 & jitsi videobridge 1.3.0 can not see 2nd participant For windows version I downloaded from your post:Jitsi Videobridge...
View ArticleRe: NoResponseException Occured when join a room
Is see no problems wrt to the exchanged stanzas. The initial presence (XEP-45 7.2.2) <presence id='yBjsG-11' to='aaaaa_og6@conference.bzwang/bbbbb'><x...
View ArticleRe: Gradle build error with markdown
I doubt that you can build Smack with Android Studio. Run "gradle eclipse" and import the Smack incl. nested subprojects into Eclipse. Happy developing.
View ArticleRe: NoResponseException Occured when join a room
thanks for your reply. The screenhot and log were not collected in the same time.But I'm sure the address marked in screnshot is equal to “from” attribute (like ’aaaaa_og6@conference.bzwang‘) in...
View ArticleRe: Problem routing iq and reusing id
A fix for the issue was provided: Doesn't filter iq results that needs to be delivered to local muc users. by damencho · Pull Request #129 · igniterealtim…
View ArticleRe: openfire+spark SSO problem
Hi All, For SSO spark login exception :SASL authentication failed: -- caused by: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided...
View Article