Jan 20, 2012 7:46 AM
Can not receive message in pubsub
-
Like (0)
Hi all,
I'm developing pubsub to send broadcast message to all subscribed client on flex.
Here is node, which i created in OpenFire:
ofpubsubnode table:
pubsub | TestNode1111 | 1 | 001326969557310 | 001326969557310 |
| 1 | 5120 | 1 | -1 | 1 | 1 | 1 | 0 | 1 | subscribers | 1 | 0 | open |
|
|
| sonpt@sonpt-pc/Smack |
| English |
| NULL | all | 0 |
I run my program, login and subscribe to TestNode1111 sucessfully by user "ttt".
Then open program again login and subscribe to TestNode1111 sucessfully by user "sonpt".
Please look at tables below:
opubsubsubscription table
pubsub | TestNode1111 | txnJSatO49cgAwlXn60pmOm9U2Woet3grbGhFNOj | sonpt@sonpt-pc | sonpt@sonpt-pc | subscribed | 1 | 0 | 86400000 | NULL | 0 |
| nodes | NULL | |
pubsub | TestNode1111 | 1bc1zId2hJ498QcSck5mmL7ByKxBGLbjts66LPfW | ttt@sonpt-pc | ttt@sonpt-pc | subscribed | 1 | 0 | 86400000 | NULL | 0 | nodes | 1 | NULL |
And i publish by user "ttt" to TestNode1111 sucessfully.
ofpubsubitem table
pubsub | TestNode1111 | dQfcB421aLqN2uB | ttt@sonpt-pc/xiff | 001327044027069 | <message xmlns="http://jabber.org/protocol/pubsub" |
However user "sonpt" doesn't receive any message.
people, have you got any idea why?
Thankyou so much.