Page MenuHomePhabricator

Add an ID field to `PhabricatorBotTarget`
AbandonedPublic

Authored by joshuaspence on Dec 3 2015, 8:44 PM.
Tags
None
Referenced Files
F13200586: D14655.diff
Tue, May 14, 1:49 AM
F13192862: D14655.id35452.diff
Sun, May 12, 10:18 AM
F13192858: D14655.id.diff
Sun, May 12, 10:16 AM
F13179481: D14655.diff
Wed, May 8, 9:14 PM
Unknown Object (File)
Mon, May 6, 6:56 PM
Unknown Object (File)
Wed, May 1, 9:06 AM
Unknown Object (File)
Fri, Apr 19, 2:23 AM
Unknown Object (File)
Fri, Apr 19, 2:23 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.