Questions tagged [whack]
9 questions
7
votes
2 answers
External XMPP component - Anyone know a Tutorial or Open Source Example please?
I want to run an XMPP server (Openfire) and register an external component to handle the messages it will recieve (using the Whack library). The external component will run my game logic and I will be using XMPP to send player moves to the server…

gav
- 29,022
- 23
- 65
- 90
5
votes
1 answer
Building an Openfire XMPP External Component - use Tinder or Whack?
I'm trying to build an external component for the Openfire XMPP server, but I'm a bit confused between Tinder and Whack. Tinder seems to be the newer library and has the AbstractComponent interface which Ignite Realtime are recommending over the…

Marc
- 546
- 5
- 10
3
votes
1 answer
XMPP Proxy Server with Tinder/Whack
I'm looking to create a proxy server for XMPP that does the absolute bare minimum: allow a client to successfully connect to it (handshaking). After that, I'd like to trap the stanzas sent to it and perform pass-throughs which will route the…

Robb
- 2,666
- 4
- 20
- 24
1
vote
1 answer
Publishing an item with Payload to a Pubsub node using Smack
I am trying to use Smack to publish an item with a payload to a pubsub node but I did not manage so far. I have created the node and set its configuration to deliver payload (setDeliverPayloads=true). I am using the send method to send the item with…

Future2020
- 9,939
- 1
- 37
- 51
1
vote
1 answer
How openfire external component can deal with presence and subscriptions?
I have built an external openfire component based on the Whack library by extending the AbstractComponent class. I want clients to subscribe to my component and receive presence notifications when the component goes online and offline. So my…

Future2020
- 9,939
- 1
- 37
- 51
1
vote
2 answers
How the size of an xmpp packet/message can be calculated/measured?
Is there a way to calculate/get the size of the xmpp packets/messages? I am trying to find out the size of the xmpp packets sent between my openfire server and two clients using smack and xmppframework. My overall aim is to optimize my network…

Future2020
- 9,939
- 1
- 37
- 51
0
votes
2 answers
send message to component?
how to send xmpp message to component? if my component name is 'abc.domain.net', in my xmpp client(spark), i just add user 'abc.domain.net' ? any such example that using whack to listen to message?
I tried add abc.domain.net (component) as…

cometta
- 35,071
- 77
- 215
- 324
-1
votes
1 answer
Is there any throughput limit for external components in ejabberd?
I'm trying to scale an external xmpp java whack component with ejabberd. its not going beyond 250msg/sec throughput. is there any limit for external component in ejabberd?

richards pop
- 1
- 1
-1
votes
1 answer
xmpp server component error
I am developing a simple xmpp server component,while I have been stucked by a little error for few days.After searching and trying all the solution,nothing gets improved. Some of the solutions did not work at all,others can not express how to fix it…