chungvodim / jabber-net

Automatically exported from code.google.com/p/jabber-net
Other
0 stars 0 forks source link

escape room names #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Excuse me, this is not a bug but a question.

Is there somewhere a kind of static function to escape string in order to
be valid room names?

i.e. white spaces ' ' are not valid in room names

if there isn't can be wrote?

thanks

Original issue reported on code.google.com by chiod...@gmail.com on 6 Feb 2009 at 9:50

GoogleCodeExporter commented 8 years ago
Call JID.Escape(room, conference server, nick).

Original comment by hil...@gmail.com on 9 Feb 2009 at 3:31