Re: Setting up a small company IM system... Can you tell me the quick steps?
If you setup Openfire to run as a service, then you don't have to login to any account, or someone can be logged with his account and doing his work and service will be running along in the background....
View ArticleRe: Android XMPP using smack: First attempt always fail
I don't think it's a race. I guess you could simply debug the code to determine what's causing this. I also recommend switching to a more recent aSmack version (4.0.6 at the time of writing).
View ArticlePlugins missing
I am in a test environment and have upgraded my server from 3.5.1 to 3.10 and installed this plugin. It shows up on the server and I have a new entry in the menu for meetings. When I browse to the...
View ArticleRe: java.lang.NullPointerException when user logging in to one of two...
I believe this NPE can be fixed easily, but I'm not sure that will address the root cause here. Multiple connections for single user session are currently expected to terminate in the same host, rather...
View ArticleRe: No non-anonymous SASL authentication mechanism available in android
My bad I was not calling XMPPTCPConnection.connect() before login.Looks like there a few bugs in login methods 1. XMPPTCPConnection.login(userName, passWord) method does not throw a...
View ArticleRe: XMPP on Android Stream Management and BOSH
Should I use BOSH, Stream Management or both together (is that even possible)?Using XEP-198 over BOSH adds no value. BOSH is already a "managed stream" over HTTP.
View ArticleRe: No non-anonymous SASL authentication mechanism available in android
Thanks for reporting. Fixed with Throw NotConnectedException on login() · 6d7f390 · Flowdalic/Smack · GitHub The fix is available in Smack 4.1.0-beta2-SNAPSHOT.
View ArticleRe: No non-anonymous SASL authentication mechanism available in android
Awesome. Thanks for the great support
View ArticleRe: Setting up a small company IM system... Can you tell me the quick steps?
what do you use for collaboration and email? If your using a cloud bases service, they might already have an IM service too (like google apps)
View ArticleRe: XMPP on Android Stream Management and BOSH
Using XEP-198 over BOSH adds no value.I tend to disagree here. The following (from XEP-0198) is true for BOSH as well: it is desirable to quickly resume the former stream rather than complete the...
View ArticleRe: XMPP on Android Stream Management and BOSH
The BOSH connection manager would return the HTTP response with some messages, but it wouldn't receive the user and would probably get lost.Wouldn't that case be handled by response acknowledgements...
View ArticleRe: XMPP on Android Stream Management and BOSH
Oh, yes, you are right I think. Still wondering about the interaction (if any) between BOSH and SM, especially about the stream resumption part.
View ArticleRe: XMPP on Android Stream Management and BOSH
Still wondering about the interaction (if any) between BOSH and SM, especially about the stream resumption part.As BOSH-based XMPP streams could span multiple TCP connections, there is implicit...
View ArticleRe: XMPP on Android Stream Management and BOSH
XMPP over WebSocket is already an RFC: RFC 7395 - An Extensible Messaging and Presence Protocol (XMPP) Subprotocol for WebSocket And it explicitly mentions the use of XEP-0198.
View Articleerror on build
I`ve downloaded the latest Spark project and Smack libs. Also i had to download smakx libs not from ur sire. When i build i get an error: java: cannot find symbol symbol: class Connection...
View ArticleRe: XEP-0313: Message Archive Management (MAM)
Can't tell anything about the status, but a ticket has been filed for this recently SMACK-625.
View ArticleRe: XMPP on Android Stream Management and BOSH
Long polling and and web sockets are not such a good fit after all, moreover the implementation is not ready."not good fit" hmm, I'd say that if you can use XMPP over plain TCP then this is the...
View ArticleRe: I have Issue login after Openfire, Version: 3.9.3 install with my admin...
We need more information. What error do you get exactly? Are you putting user 'admin' and then the password you have setup on the login page?
View ArticleRe: XMPP on Android Stream Management and BOSH
>> BOSH only advantage compared to XMPP over TCP + XEP-198 is that it could be successful when most outgoing connections are blocked/firewalled. Maybe a silly question, but could we not run the...
View Article