Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel name with @ sign #3

Open
afish opened this issue Nov 12, 2017 · 2 comments
Open

Channel name with @ sign #3

afish opened this issue Nov 12, 2017 · 2 comments

Comments

@afish
Copy link

afish commented Nov 12, 2017

Is it possible to join channel with @ in its name? Let's say that I have channel #a@b at irc.freenode.net, I cannot join it using a@b%irc.freenode.net, a\40b%irc.freenode.net, a|40b%irc.freenode.net, and other variations.

When trying to join a@b%irc.freenode.net the transport says that the jid is malformed. With a\40b%irc.freenode.net it connects the channel but without unescaping the character (so it enters the #a\40b).

@normanr
Copy link
Collaborator

normanr commented Nov 13, 2017

What client are you using? From what I remember a\40b%irc.freenode.net is the right variation. Your client might be double-escaping it, can you get an XML trace from your client?

@afish
Copy link
Author

afish commented Nov 13, 2017

I'm using Miranda NG, trying to connect to room a@b at irc.freenode.net via irc.4programmers.net transport. See the XML below:

<presence to="a\40b%irc.freenode.net@irc.4programmers.net/Afish_miranda"> <priority>5</priority> <x xmlns="http://jabber.org/protocol/muc" /> <c xmlns="http://jabber.org/protocol/caps" node="http://miranda-ng.org/caps" ver="0.95.5.17003" ext="x86 mood activity mir_notes" /> <x xmlns="vcard-temp:x:update"> <photo /> </x> <show>away</show> <status></status> </presence>

I'm checking with https://kiwiirc.com/nextclient/ client that instead of connecting to #a@40 via jabber, I am joining the room #a\40b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants