Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | hipchat: 'chat add hipchat "channel name"' now tries to guess the JID | dequis | 2015-11-23 | -0/+50 |
| | | | | | | | | | | | It's basically prepending the organization id, appending the default MUC host from the success packet, and generating a slug based on the name for the middle part, which is replacing a few characters with underscores and doing a unicode aware lowercasing. Includes tests, which are useless other than validating the initial implementation with the test vectors that i already tested manually. Guaranteed to detect zero breakages in the future. Good test code. | |||
* | hipchat: Basic implementation: Auth, profile and mention names | dequis | 2015-04-28 | -0/+93 |
This is enough to log in with their usernames, make 'chat add' based groupchat joins slightly more smooth, and see mention names as nicks. All the MUC list stuff is left out intentionally since that's not as stable as I wish. |