Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server is responding to event notification with an event notification #121

Open
lloydwatkin opened this issue Jun 25, 2013 · 0 comments
Open
Labels

Comments

@lloydwatkin
Copy link
Member

This may be a data error on buddycloud.org but I am seeing this when I post an item to my own node on my local server.....

<message type="headline" from="channels.surevine.com" to="channels.buddycloud.org">
    <event xmlns="http://jabber.org/protocol/pubsub#event">
        <items node="/user/[email protected]/posts">
            <item id="3d4f59a4-d5cc-4ecf-bc7d-6bf78357cb73">
                 <entry xmlns="http://www.w3.org/2005/Atom" xmlns:activity="http://activitystrea.ms/spec/1.0/">
                 <id>tag:[email protected],/user/[email protected]/posts,3d4f59a4-d5cc-4ecf-bc7d-6bf78357cb73</id>
                 <title>Post</title>
                 <content>another go</content>
                 <published>2013-06-25T14:01:44Z</published>
                 <updated>2013-06-25T14:01:44Z</updated>
                 <author><name>[email protected]</name><uri>acct:[email protected]</uri><activity:object-type>person</activity:object-type></author>
                 <in-reply-to xmlns="http://purl.org/syndication/thread/1.0" ref="tag:[email protected],/user/[email protected]/posts,10f99c42-1ecb-4134-a5a4-769008bb3933"></in-reply-to>
                 <activity:verb>post</activity:verb>
                 <activity:object><activity:object-type>comment</activity:object-type></activity:object>
                </entry>
            </item>
        </items>
    </event>
</message>

To which buddycloud.org seems to reply:

<message type="headline" to="channels.surevine.com" from="channels.buddycloud.org">
    <event xmlns="http://jabber.org/protocol/pubsub#event">
        <items node="/user/[email protected]/posts">
            <item id="3d4f59a4-d5cc-4ecf-bc7d-6bf78357cb73">
                 <entry xmlns="http://www.w3.org/2005/Atom">                   
                 <id>tag:[email protected],/user/[email protected]/posts,3d4f59a4-d5cc-4ecf-bc7d-6bf78357cb73</id>
                 <title>Post</title>
                 <content>another go</content>
                 <published>2013-06-25T14:01:44Z</published>
                 <updated>2013-06-25T14:01:44Z</updated>
                 <author><name>[email protected]</name>
                 <uri>acct:[email protected]</uri>
                 <object-type xmlns="http://activitystrea.ms/spec/1.0/">person</object-type>
                 </author>
                 <in-reply-to xmlns="http://purl.org/syndication/thread/1.0" ref="tag:[email protected],/user/[email protected]/posts,10f99c42-1ecb-4134-a5a4-769008bb3933"/>
                 <verb xmlns="http://activitystrea.ms/spec/1.0/">post</verb>
                 <object xmlns="http://activitystrea.ms/spec/1.0/"><object-type>comment</object-type></object>
                 </entry>
             </item>
        </items>
    </event>
</message>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant