Subject: RPC, PubSub
The miniclient exanple is a great place to start for building a chat application. Now I'd like to try PubSub over XMPP. Is there an agsxmpp example for this?
Thanks!
Thanks!
We would need more details about your software to see if pubsub fits your needs.I'm looking for an event driven message oriented middleware type solution?
Quote by ayyrk:I’m looking to replace this with an event driven framework so that it looks like the changes are being “pushed” from the server instead of polled for every 10 minutes. Perhaps an event is published when new data is available on the server and the client in turn makes an RPC call to retrieve it.
Quote by ayyrk:Is XMPP PubSub the right mechanism to signal a mobile device that new data is available for retrieval?
Quote by ayyrk:Is there an XMPP (agsxmpp) way of making an RPC call or should XMPP just handle the event notification and a separate SOAP API be used to retrieve the data?
Quote by ayyrk:]
It would be better if we didn’t have to expose our SOAP server on the Internet so I’m looking for a way to pass all mobile device traffic through the XMPP server and have processes behind the firewall make the SOAP calls.