id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,irc_client,os,os_version 1265,hipchat: add oauth support,sean@…,,"It doesn't seem (unless I'm missing it) that the hipchat protocol implements oauth: {{{ if (strcmp(acc->prpl->name, ""hipchat"") == 0) { set_setstr(&acc->set, ""server"", ""chat.hipchat.com""); } else { set_add(&acc->set, ""oauth"", ""false"", set_eval_oauth, acc); /* this reuses set_eval_oauth, which clears the password */ set_add(&acc->set, ""anonymous"", ""false"", set_eval_oauth, acc); } }}} It appears that the `if` statement checks for hipchat, then skips setting the oauth. I'm willing to help implement / test this with some guidance :-)",enhancement,closed,normal,,Unspecified / other,devel,fixed,,,Client-independent,Linux,ubuntu