Subject: PubSub notification on same account but different resources
Hello all,
first of all a big thank to everybody for producing such a nice project.
I have worked long time before on XMPP and mainly on Python, now I am working on a new project on C# so I am refreshing some of my knowledge of the XMPP protocol.
My current setup is the following:
Windows 8.1 machine with OpenFire, Visual Studio 2013 with Ag Matrix Min Client.
What I want to do is the following:
there is one user say paul at two different machines like paul@machine1, paul@machine2.
The user creates a Node on the PubSub and this is easy and publish/subscribe to the same node, in this way - I thought - I can simulate what OpenFire doesn't have yet (see long post here): broadcasting of messages to all the resources of a JID.
I am not interested here to keep all messages but rather I just want to get the last published item from the node.
Now the problem is that OpenFire only allows one connection at time for the same user (even if is coming from different IP addresses) and so when I connect from machine1, I get disconnected on machine2. So I have to constantly connect/disconnect to exchange the messages.
Is there another easy way to achieve this? I don't want the same user to register several nicknames each time, but rather have the same username and with that exchange information between different machines.
I hope my description is not so convoluted!
first of all a big thank to everybody for producing such a nice project.
I have worked long time before on XMPP and mainly on Python, now I am working on a new project on C# so I am refreshing some of my knowledge of the XMPP protocol.
My current setup is the following:
Windows 8.1 machine with OpenFire, Visual Studio 2013 with Ag Matrix Min Client.
What I want to do is the following:
there is one user say paul at two different machines like paul@machine1, paul@machine2.
The user creates a Node on the PubSub and this is easy and publish/subscribe to the same node, in this way - I thought - I can simulate what OpenFire doesn't have yet (see long post here): broadcasting of messages to all the resources of a JID.
I am not interested here to keep all messages but rather I just want to get the last published item from the node.
Now the problem is that OpenFire only allows one connection at time for the same user (even if is coming from different IP addresses) and so when I connect from machine1, I get disconnected on machine2. So I have to constantly connect/disconnect to exchange the messages.
Is there another easy way to achieve this? I don't want the same user to register several nicknames each time, but rather have the same username and with that exchange information between different machines.
I hope my description is not so convoluted!