tieto / sipe

A third-party Pidgin plugin for Microsoft Lync/OCS - clone of upstream http://repo.or.cz/w/siplcs.git
GNU General Public License v2.0
129 stars 24 forks source link

Cannot see name/status of non-buddies in chat rooms / IM #185

Open dwmw2 opened 6 years ago

dwmw2 commented 6 years ago

When some random person sends me an IM I don't see their name or their presence status; just a SIP URI. Since https://bitbucket.org/pidgin/main/pull-requests/321 this should be possible if you provide a .get_cb_alias() method, and set OPT_PROTO_TRANSIENT_BUDDIES (and DTRT for NO_SAVE buddies when they're added/removed).

cf. https://github.com/awslabs/pidgin-chime/commit/9347ce7bfd5 https://github.com/awslabs/pidgin-chime/commit/9880682cf6b1 and (for binary compatibility) https://github.com/awslabs/pidgin-chime/commit/18a952efdbd

joakim-tjernlund commented 6 years ago

Yes please, would be much appreciated in SIPE too :)