XMPP: how to post messages over HTTP

I have activated the http_message module which allows posting Jabber messages via HTTPHTTP HTTP is an acronym for Hyper Text Transfer Protocol. HTTP is the underlying protocol used by the World Wide Web and this protocol defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands.. Continue reading

#im-wordpress-org

XMPP

The jabber server is up and running. Other than accepting WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ credentials, it doesn’t do anything special right now. It’s a standard Jabber service. You can configure your XMPP client to connect as user_login@im.wordpress.org using your WordPress.org password.

If you would like to allow users of any web service to subscribe to any kind of notifications, it’s very simple. You need a WordPress.org account to act as sender. When an event triggers a notification, you compose an XMPP message to the subscribers and deliver it via HTTPHTTP HTTP is an acronym for Hyper Text Transfer Protocol. HTTP is the underlying protocol used by the World Wide Web and this protocol defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands. Basic authenticated POST. You don’t need any special permission to use simple HTTP APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.. However, it is possible to post messages from arbitrary senders (e.g. illegal JIDs such as ticket_123@core.trac.wordpress.org) if I give you special privileges.

I hope someone who has experience hacking TracTrac An open source project by Edgewall Software that serves as a bug tracker and project management tool for WordPress. will step up. Same goes for bbPressbbPress Free, open source software built on top of WordPress for easily creating forums on sites. https://bbpress.org. and any other services on wordpress.org that could benefit from instant notifications. To get my attention, try pinging me in Jabber.

#im-wordpress-org

I’ve just gotten ejabberd auth working …

I’ve just gotten ejabberd auth working with the wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ user database. The bot is also online and ready for its behaviors to be written in lovely PHPPHP The web scripting language in which WordPress is primarily architected. WordPress requires PHP 5.6.20 or higher. Waiting for DNSDNS DNS is an acronym for Domain Name System - how you assign a human readable address to a website’s exact numeric coded location (ie. wordpress.org uses the actual IP address 198.143.164.252). to make it accessible for everyone.

The short list: bot behaviors, HTTPHTTP HTTP is an acronym for Hyper Text Transfer Protocol. HTTP is the underlying protocol used by the World Wide Web and this protocol defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands. message APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways., investigate using webhooks for subscriptions.

#im-wordpress-org