Re: XMPP on Android Stream Management and BOSH
Maybe a silly question, but could we not run the XMPP service under port 80 instead of 5222 to bypass Firewalls?Depends on the "firewall". If it does not perform packet inspection then the answer is...
View ArticleReceiving pubsub messages with JSON Payload
I'm using smack-experimental-4.1.0-beta2-SNAPSHOT. On Subscribing side, how get JsonPacketExtension from ConfigurationEvent? To contrast, on the Publishing side, constructing a PayloadItem with...
View ArticleRe: error on build
Maybe i`ve imported project from wrong folder.. But if i import project from the root (i mean downloaded) with all libs i also get a great amount of errors: some about abstract classes like Error:(48,...
View ArticleRe: User service plugin problem
There are only two things that need to be set (see screenshot) Please also check the HTTP respince code (List of HTTP status codes - Wikipedia, the free encyclopedia))You could use the Postman Rest...
View ArticleRe: DeliveryReceiptManager.AutoReceiptMode is not public
Well spotted, thanks for reporting. Fixed.
View ArticleRe: User service plugin problem
Hi Redeye, Thank you for your reply, I just tried with Postman Rest Client, and it works. I did pass all same parameters and headers. but when I am trying with same headers and parameters using...
View ArticleRe: Cannot create new instance of MultiUserChat
It seems that 'Form' does not contain the enum TYPE_SUBMIT, is there a work around for this?
View ArticleRe: Cannot create new instance of MultiUserChat
See updated documentation or s/Form.TYPE_SUBMIT/DataForm.Type.submit/
View ArticleRe: User service plugin problem
"timed out" seems to be a Firewall problem?Can it be, that your php script have no access to 9090 port on host: 54.154.87.175?
View ArticleRe: Cannot connect more than 4k users in Openfire installed on Amazon EC2
Error log returns me: 2015.01.20 10:09:13 org.jivesoftware.openfire.handler.IQAuthHandler - Error during authentication. Session not found in [7b07dee0, 107f949d, 33bad16c]$2015.01.20 10:09:13...
View ArticleRe: User service plugin problem
Hi Redeye, Thank you for your reply, I just tried with telnet 54.154.87.175 9090 and its working fine, but as you said might be php script have no access to server port, did I ask my server...
View ArticleOpenfire always reconnection
Hi guys, I have a problem and I don't know to resolve. I will attach image of my code, and another of my error... I don't understand why they always disconnect.. In 1 minute my system disconnect any...
View ArticleRe: User service plugin problem
I guess that the server where the php script runs have no access to 54.154.87.175 to port 9090
View ArticleRe: User service plugin problem
Hi Redeye, Thank you for your reply, We did contact our server administrator but they said 9090 port is globally permitted so it can not have issue with firewall. Also they have mentions that that this...
View ArticleRe: User service plugin problem
Hi Alex, thank you for your reply,We tried with your above code but getting same response.
View ArticleRe: DataForm using smack 4.1.0 Beta
I believe you should ask this question the receiving entity, not the sending one. Not all XMPP clients support this. For example, I'm pretty sure that yaxim does not. See also XEP-0004: Data Forms
View ArticleOpenfire Plugin Servlet mapping
Hi everyone, my company has developed and uses several openfire plugins successfully, but we have repeatedly encountered issues with some aspects of plugin development and setup.The provided guides are...
View ArticleTypo in org.jivesoftware.smack.util.DNSUtil.init() prevents JavaXResolver...
I am using SMACK 4.0.6. It appears to me that the exception is caused by a bug on line 53 of org.jivesoftware.smack.util.DNSUtil. There is a missing dot after "org.jivesoftware.smack.util.dns" +...
View Article