openfire - xmpp pubsub understanding -


Subscriber will only obtain content from the result that is subscripting in the node and not receiving all the old content published by the publisher Will this be right by the customer? Do I know, what do I have to do to get all past old stuff to the customer?

You can configure your nodes to be continuous or transient according to:

The node is fixed or transient defined by the "Pub # Persist_ts" configuration field.

However, your public service (or server) can be configured to ignore the persistence of events (if you are using Open Fire, then I think that There is a configurable limit for the maximum size of the stored items)

As I know you are using, here is some code:

  // new Node pubSubManager.createNode (node ​​IDID, new config form (continuously, include, load) Change the existing node node to the existing node node configuration form (new configuration form (persistent, include pauload, access model)); private configured form newcomer form (last bullion constant, last boolean included copy, final accessmodel access model) { Last Config Form Form = New Configure Form (FormTap Submit); form.setPersistentItems (Continuous); form.setDeliverPayloads (Including Pepload ;); Form.setAccessModel; return form;}  

PS: Can you please tell me why do I feel like we are doing a pair of programming? ;)


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -