Re: "Pending Verification Status" since the 5 days. Can anybody tell me that...
It means that they are verifying if you Credentials.What they verify:If you have control over you Domain, legitimacy of you Company (if you have one, else the check the legitimacy of you) by checking...
View ArticleSmack 4.0.4 ConnectionConfiguration.setSelfSignedCertificateEnabled equivalent
Greetings Considering custom certificates and smack 4.0.4 I would like to know if there is an equivalent function of setSelfSignedCertificateEnabled.If not then could you please provide me with the...
View ArticleRe: Attempting to use ad-hoc commands. SessionID is null error. Is never set.
This fixes the issue. Tested with 4.1alpha4. Thanks,Phil
View ArticleRe: "Pending Verification Status" since the 5 days. Can anybody tell me that...
Thanks for your reply.All the things are clear but still it is in Pending Verification. Can you please tell me the procedure of the importing root and intermediate certificate.
View ArticleAutomated Offline-Status
Hello, we are using OpenFire for LiveChat on our website. Now we are searching for any possibility to set "online times" automatically so that the LiveChat is only available in business hours. Since we...
View ArticleSmack 4.1.0-Alpha4 and an issue with ProviderManager.addStreamFeatureProvider
It looks like Smack 4.1.0-Alpha4 has introduced generic types into the ProviderManager class. Unfortunately the signature of the addStreamFeatureProvider now looks like this:...
View ArticleSmack-4.1.0-alpha4 Some bugs in MUC module
I am implementing a xmpp client on Android, here is some issue I've noticed in MUC module1. org.jivesoftware.smackx.muc.packet.MUCItem.toXML()It doesn't check when 'role' is null. So when I tried to...
View ArticleMute Notifications
Is there a way to notify the remote callers when a caller has muted their audio stream locally?
View ArticleRe: Could not find or load main class...
When the main class is inside a package then you need to run it as follows:java <packageName>.<MainClassName> in you case you need to run it in the following way:java...
View ArticleOpenfire UserService Authorization
Hello. I am following the documentation linked from the plugin page for the userservice api. I have figured out how to setup the headers. They look exactly as they should. When the request is sent, I...
View ArticleRe: parsing/setting content of error conditions (e.g. redirect)
add an optional String (bean-) property "content" to XMPPErorror.ConditionA String member is fine. I'm not sure if "content" is a good name for it. Maybe "text" or "optionalText"? What exactly makes a...
View ArticleRe: parsing/setting content of error conditions (e.g. redirect)
Flow wrote: A String member is fine. I'm not sure if "content" is a good name for it. Maybe "text" or "optionalText"? I would prefer text then or "additionalText" as you mentioned below, I did not see...
View ArticleOpenfire :not able to send packet after few (2-3 ) hour even if i already...
XMPP server : Openfire 3.9.3XMPP Client :Asmack-android-8-4.0.4.jar I am facing some strange behavior of openfire server when i am change the presence manually Below is some piece of code from my...
View ArticleDealing with so-called read-only data of LdapUserProvider in Openfire 3.9.1
I am looking into how Openfire deals with users. At the moment I am using an LDAP server as a user provider for Openfire, but I am running into difficulties because it is treated as read-only. I am...
View ArticleSmack 4.0.4 - XmlPullParserException for gtalk MUC message (user status)
When joining a MUC with a user who is using Google Talk, PacketParserUtils will throw a XmlPullParserException. Here is a log of the message which causes the exception, and the traceback. 10:18:43 AM...
View ArticleRe: Smack 4.0.4 - XmlPullParserException for gtalk MUC message (user status)
It may be that Google is violating the spec herYep, it's a violation of the spec. Is there some way to catch/handle this exception or message type? XMPPTCPConnection.setParsingExceptionCallback
View ArticleRe: Smack 4.0.4 - XmlPullParserException for gtalk MUC message (user status)
Thanks, that's exactly what I was looking for.
View ArticleRe: Dealing with so-called read-only data of LdapUserProvider in Openfire 3.9.1
We are desperate for Openfire developers with LDAP expertise to help improve the code. I suspect the reason it has always been read-only is just to prevent confusion and all kinds of potential...
View ArticleRe: Smack 4.0.4 - XmlPullParserException for gtalk MUC message (user status)
This has allowed me to catch the exception, however it seems to be getting stuck in some sort of loop while parsing the stanza. When a gtalk user joins a MUC, my callback is being called as expected....
View Article