Opened 7 years ago

Closed 7 years ago

#4499 closed defect (needsinfo)

Banned users don't see the banned message when attempting to login

Reported by: elexis Owned by:
Priority: Nice to Have Milestone:
Component: Network Keywords:
Cc: Patch:

Description (last modified by elexis)

If a lobby moderator bans a user, he sees the notification when becoming banned (as of https://code.wildfiregames.com/D116). But if he attempts to login again, the connection to the server succeeds (as the ban only relates to the channel) and then sees the "Forbidden" string defined in XmppClient::StanzaErrorToString.

The Xmpp server actually sends a TEXT property along with the error code, but gloox doesn't transport this. So it has to be fixed upstream at https://camaya.net/gloox/ in order for us to display it correctly.

http://trac.wildfiregames.com/raw-attachment/ticket/4499/banned.jpg

Attachments (1)

banned.jpg (54.3 KB ) - added by elexis 7 years ago.

Download all attachments as: .zip

Change History (4)

by elexis, 7 years ago

Attachment: banned.jpg added

comment:1 by elexis, 7 years ago

Description: modified (diff)

comment:2 by elexis, 7 years ago

To test:

lobby.login = "pleasebanme"
lobby.password = "76D07CD445BFD534C2ACE588F1701CCAE5AEADCA5758E15BA97DE337FA9A4DD8"

comment:3 by elexis, 7 years ago

Component: Multiplayer lobbyNetwork
Description: modified (diff)
Milestone: Backlog
Resolution: needsinfo
Status: newclosed

This must be an ISP or router bug.

Note: See TracTickets for help on using tickets.