Tagged Questions

0
votes
1answer
22 views

Can we create IM clients other than GTalk using Smack api in Android?

Hi For the past two weeks, i am working to create an application ,which is used to communicate with all Messengers in android.I am using Smack api for that, and now i can able to connect to the …
0
votes
2answers
58 views

How to set/get profile data with XMPP using Smack

I am working on a XMPP client on Android, using the Smack library. The roster/messaging/presence stuff is running very well. However, I didn't find a way to store additional profile information …
1
vote
2answers
41 views

understanding the term “extension” ,”component” and “plugin” in xmpp?

can anyone explain the different "extension" ,"component" and "plugin" in xmpp?
1
vote
2answers
52 views

best way to analyze xml stanza from xmpp

i get stream of xml stanza from log. i want to understand the flow , currently what i can think of is get the spec from xmpp.org protocol and try to understanding each line. Is there any best prastice …
0
votes
1answer
33 views

openfire monitor stanza xml message

inside openfire admin control panel page, is there any plugin i can use to monitor xml stanza . i know able to monitor it from smack client side, but i want to see it directly from server size, then …
1
vote
1answer
69 views

xmpp pubsub understanding

The subscriber will only receive content from the moment he is subscripting to a node and all old content published by publisher will not be received by subscriber. Is this correct? May i know, what …
1
vote
1answer
76 views

pubsub publish to node success, retrieve from node fail

Below showed i suggest published to node call "ghost2" iq id="kB8dk-0" to="computer/2c10ee6b" type="result"><bind …
0
votes
0answers
84 views

openfire smack pubsub

1.i published a content to a node then use "spark" try to retrieve the message. in spark, i suppose to add user "admin@userx" right? i cannot get any message. below message showed, i sucessfully …
0
votes
1answer
164 views

openfire smack sending packet 404 error means?

when sending packet to openfire using Smack, i get error remote-server-not-found(404) . Can anyone please explain what does thet error means? it mean fail to connect to server or the packet has …
0
votes
1answer
23 views

openfire smack lib

does smark library support all jabber server? or only can be use for openfire? i looking for java library that is easily portable to any jabber server
0
votes
2answers
50 views

Can I invoke XMPPConnection.sendPacket from concurrent threads ?

Motivation I want extra eyes to confirm that I am able to call this method XMPPConnection.sendPacket( Packet ) concurrently. For my current code, I am invoking a List of Callables (max 3) in a …
0
votes
1answer
117 views

How to handle add request in smack API

I use Smack API to write my Google talk Client . Now i need to handle add request for this . I set SubscriptionMode to manual & now I have to registering a listener for presence packets but i …
0
votes
1answer
35 views

How to turn off autosignin of registered transports in Openfire ?

This is regarding the gateway XEP 0100 support in Openfire. I have noticed that for some transports, they are auto-signed in once a connection to openfire succeeds (via the xmpp user). This applies …
2
votes
5answers
258 views

This class uses AtomicBooleans. Is it thread safe ?

I don't like to lock up my code with synchronized(this), so I'm experimenting with using AtomicBooleans. In the code snippet, XMPPConnectionIF.connect() makes a socket connection to a remote server. …
1
vote
1answer
256 views

NAT Traversal with Java

I'm trying to find a way to communicate between two NAT-ed nodes using Java. My requirements pretty much align with the ICE-specification; i.e. I want to try STUN first and then fall back to relaying …

1 2 next
15 30 50 per page