Re: Server 2 Server Questions
@DNS: You don't need any SRV records if the jabber-server is the same machine (or firewall) like machine/IP behind the A record. If your hostname differs from the jabber-hostname, you need the SRV...
View ArticleRe: Plugins nao carregam
Boa Noite Diorgenes, Só corrigindo.. "Tá rodando em cima do Debian 7 Wheezy 3.2.0-4-486 i386" Fiz os procedimentos que postou e realmente funcionou! Os plugins já aparecem! Tudo redondinho No meu...
View Article"Pending Verification Status" since the 5 days. Can anybody tell me that how...
Hello, I am getting "Pending Verification Status" since the 5 days.Can anybody tell me that how to verify that certificate.I am attaching an image.With the help of Bigdino Blog ( this link), I have...
View ArticleHow to delete status message in spark?
Hi everyone, I tried to delete the status message in spark and it did but when I checked back the status message, its still there. I try also log-out the spark account and log-in it back after...
View Articleoffline file transfer issue
Dear All, I have recently installed openfire version 3.9.3 and using spark client 2.6.3 on Centos 6.5 64 bitall is working fine but when I tried to send file from user A to a offline user B i see the...
View ArticleI'm using: smack-android-extensions: 4.1.0-alpha2.Have a bug
First, I use android and spark communication , the android side, I log A user (andorid), and the addition of (spark) B user as a friend. When I use the A ---> RosterEntry.setName ("test"),...
View ArticleRe: Smack 4.0.3 Spring web mvc 3.2.5 Java web application unable to receive...
It captures the packet being send and as soon as it is received on wireshark, the packet is forwarded to the XMPP server and the chat message is listened by the ChatManagerListener. The problem is the...
View ArticleRe: Initial login presence being missed, Roster instantiation too late
Yes, that would fix it, but is a bit of a hack. This is part of a bigger problem where you generally need to instantiate all of the extensions before you log in. For example, if I want a CAPS hash to...
View ArticleRe: Initial login presence being missed, Roster instantiation too late
but is a bit of a hack.Why is it a hack? The order is simply, install the packet listener, then send the request stanza. Like it should be. instantiate all of the extensions before you log in.I don't...
View ArticleRe: Smack-4.1.0-alpha4 Some bugs in MUC module
Again, I've had a exception in MultiUserChatManager, here's the log.Thanks for reporting, Should be fixed with https://github.com/Flowdalic/Smack/commit/6a2bc0c02d8407986b0520e60145947425a6b2 e7
View ArticleRe: Initial login presence being missed, Roster instantiation too late
Understood. Thanks for your help.
View ArticleRe: parsing/setting content of error conditions (e.g. redirect)
Hi, would you see the following implementation approach fit for a patch?- add an optional String (bean-) property "content" to XMPPErorror.Condition- adding code to parse/serialize the text nodes to...
View ArticleRe: Smack 4.1.0-Alpha4 and an issue with...
new StreamManagementStreamFeatureProvider<PacketExtension>() That doesn't work as StreamManagementStreamFeatureProvider doesn't take any type parameters As I mentioned in the other thread,...
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 Article