-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I am playing around with OpenFire's pubsub functionality using jabber-net.
When PubSubManager.GotSubscribed() gets called, it is able to get the
PubSubSubscription from the response, and this class contains a valid
SubID. However, GotSubscribed does not seem to do anything with this ID,
and when it calls GetItemsIfPending, OpenFire rejects the request because
the subId was not sent back:
<iq from=\"pubsub.n-deutschd2.tfn.com\" to=\"davetest2@n-
deutschd2.tfn.com/Jabber.Net\" type=\"error\" id=\"JN_19\"><pubsub
xmlns=\"http://jabber.org/protocol/pubsub\"><items node=\"test3
\" /></pubsub><error code=\"400\" type=\"modify\"><bad-request
xmlns=\"urn:ietf:params:xml:ns:xmpp-stanzas\" /><subid-required
xmlns=\"http://jabber.org/protocol/pubsub#errors\" /></error></iq>
Any idea why this would be?
Original issue reported on code.google.com by david%re...@gtempaccount.com
on 24 Nov 2009 at 7:50