Page MenuHomePhabricator

Add an ID field to `PhabricatorBotTarget`
AbandonedPublic

Authored by joshuaspence on Dec 3 2015, 8:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 7:43 AM
Unknown Object (File)
Thu, Apr 11, 3:43 AM
Unknown Object (File)
Mar 16 2024, 7:18 AM
Unknown Object (File)
Mar 10 2024, 6:59 AM
Unknown Object (File)
Mar 7 2024, 4:47 AM
Unknown Object (File)
Mar 1 2024, 12:10 AM
Unknown Object (File)
Feb 21 2024, 6:12 AM
Unknown Object (File)
Feb 3 2024, 7:32 AM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Summary

I am writing a HipChat/Jabber protocol adapter for chatbot. Jabber room names are not very readable and so I want to store an ID in addition to a name. The "name" will be used for the human-readable name and the "ID" will be used for sending messages. For example, a room ID might look like 123456_my_hipchat_room@conf.hipchat.com whereas the room name would be "My HipChat Room".

Test Plan

This isn't in use currently.

Diff Detail

Repository
rP Phabricator
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 9263
Build 10983: Run Core Tests
Build 10982: arc lint + arc unit

Event Timeline

joshuaspence retitled this revision from to Add an ID field to `PhabricatorBotTarget`.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.

FWIW, my HipChat client is largely based on D5873.