You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skype uses @username translated to <at id="n:username"> to highlight a certain user in a Groupchat.
Most other chat systems use some regex like ^username:.*$ or ^.*username.*$ to do client-side highlighting.
It would be awesome, if pidgin-skypeweb could translate highlights in both directions as currently it's not possible to highlight users, who use the official client.
It sometimes works the other way, if the receiving client doesn't insist on the former type of regex (name at beginning of line, followed by colon). A translation to username: ... (instead of forwarding the raw XML), would solve that.
The text was updated successfully, but these errors were encountered:
Skype uses
@username
translated to<at id="n:username">
to highlight a certain user in a Groupchat.Most other chat systems use some regex like
^username:.*$
or^.*username.*$
to do client-side highlighting.It would be awesome, if pidgin-skypeweb could translate highlights in both directions as currently it's not possible to highlight users, who use the official client.
It sometimes works the other way, if the receiving client doesn't insist on the former type of regex (name at beginning of line, followed by colon). A translation to
username: ...
(instead of forwarding the raw XML), would solve that.The text was updated successfully, but these errors were encountered: