Re: About the DirectoryRosterStore with smark 4.0.2
DirectoryRosterStore is meant to be a simple solution, nothing more. You can replace it with whatever you think statisfies your use-case better as long as it implements the RosterStore interface.
View ArticleRe: About the DirectoryRosterStore with smark 4.0.2
Of course if you want to contribute another RosterStore implementation, then this would be welcomed.
View ArticleUnable to connect to my openfire server
Hello everybody, yesterday I entered in the fabulous world of XMPP... That's not a piece of cake. Anyway... I installed openfire on a server and that went well. To test it, I installed Spark on another...
View ArticleRe: Unable to connect to my openfire server
and you remove the line with setSecurityMode and that's it"Yeah, you set securityMode to required and Smack will only connect if the connection is SSL/TLS secured. But you will need to have a...
View ArticleRe: Unable to connect to my openfire server
I guess so. I have time to learn that Thanks for your help, I'll be able to start my application slowly.
View ArticleRe: Unable to connect to my openfire server
There is also #smack (freenode) if you have questions.
View ArticleRe: Error decoding subjectAltName
Hey Moshe. I managed to solve this by just stabbing in the dark. Try restarting the openfire server. If that doesn't work, try rebooting your computer. Beyond that I'm not sure.
View ArticleAndroid service & application: Architectural question
Hello, yesterday, I've been able to install an OpenFire server and developp a tiny Android application to be able to use it (with asmack of course). Now, before starting my real app, I'm wondering...
View ArticleRe: Can't establish a connection with aSmack
Hello, here, I see two potentials error (I say potential because I'm a Smack beginner and I'm not sure of what I'm gonna say). - You should call SmackAndroid.init(Context) to make aSmack usable.- You...
View ArticleHow big the XML stanzas can be that Openfire can deal with
Hello,everybody. In XEP-0065: SOCKS5 Bytestreams,they said "XMPP is designed for sending relatively small chunks of XML between network entities and is not designed for sending binary data"....
View ArticleRe: Android service & application: Architectural question
As far as I know you install one 'App' in Android. This App has the UI and it can also start a 'service'. The service will usually not be terminated and may open the app or send a notification.So you...
View ArticleRe: How big the XML stanzas can be that Openfire can deal with
Openfire limits the messagesize to 1 MB (uncompressed). Larger messages are not allowed and yield to an error. Having plenty of memory one could adjust this to 10 MB but not much further as the...
View ArticleRe: New Openfire plugin: ServerInfo
Using MRTG (or a similar external graph software) may be fine for users who already use it. I assume that youdo much more with MRTG and Pythen than this and adding also Openfire graphs makes sense. For...
View ArticleRe: XMPPTCPConnection - roster and send presence order change
Thanks for reporting SMACK-596 Until a snapshot/released version with the fix is available. Please set sendInitialPresence to false and make sure that you send the initial presence manually after...
View ArticleRe: Session are not closing
I run Openfire 3.9.3 on Linux (CentOS 6). I also use Pidgin 2.10.9 and had this same issue this morning. I found a way to remove the ghost sessions manually, one at a time, with the affected user's...
View ArticleRe: Losing Messages sind 3.9.x
I just posted a sholution to get rid of the ghost sessions (that at least worked for me in my 3.9.3/Pidgin environment.) https://community.igniterealtime.org/thread/52702
View ArticleRe: Instalar OpenFire + liberar portas. AJUDA :(
Desculpa a demora... Seguinte eu já desativei o Firewall do Windows server e funcionou normalAgora como eu faço para conectar o spark externo ?Qual porta eu tenho que liberar para ter acesso e eu uso o...
View Article503 Service Error
For anyone who encounters this...after wrestling with this for a bit, I just rebooted my system and the error went away. But what concerns me is not knowing what caused this in the first place. It was...
View Article