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)
Mon, Dec 23, 7:45 AM
Unknown Object (File)
Sun, Dec 15, 10:26 PM
Unknown Object (File)
Wed, Dec 11, 5:02 PM
Unknown Object (File)
Sun, Dec 1, 7:30 AM
Unknown Object (File)
Nov 27 2024, 1:54 AM
Unknown Object (File)
Nov 22 2024, 11:34 PM
Unknown Object (File)
Nov 19 2024, 2:45 AM
Unknown Object (File)
Nov 15 2024, 4:47 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.