This fixes a bug that I have introduced. The current code breaks because it tries to join chats using an sn when double-clicking chats in pidgin, but it worked when using "Join Chat" and entering a stamp in the sn input field.
Now, sn will be detected and converted to a stamp in order to join the chat. When creating the chat, the name will always be an sn.
Whether you put an sn or a stamp in the Group ID field or the Join Chat window, it will work.
This fixes a bug that I have introduced. The current code breaks because it tries to join chats using an
sn
when double-clicking chats in pidgin, but it worked when using "Join Chat" and entering astamp
in thesn
input field.Now,
sn
will be detected and converted to a stamp in order to join the chat. When creating the chat, the name will always be ansn
.Whether you put an
sn
or astamp
in the Group ID field or the Join Chat window, it will work.