liruqi / partychapp

Automatically exported from code.google.com/p/partychapp
0 stars 0 forks source link

Room topics via presence #120

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. alias name cannot support other unicode characters.
2. if a group name contains spaces, it automatically converted to ".".
3. could you allow the group administrator to write something in the group 
status? (it is a little bit boring always seeing the green "Online".)

Original issue reported on code.google.com by seven7...@gmail.com on 24 Dec 2010 at 4:09

GoogleCodeExporter commented 9 years ago
1. We support unicode characters in aliases (see 
http://techwalla.blogspot.com/2010/11/fun-with-aliases.html). Are there any 
characters that you tried that didn't work for you?

2. Since group names have to end up as email address/chat contacts (in the form 
of name@partychapp.appspotchat.com) we can't be as liberal there.

3. The App Engine XMPP/Google Talk API does not currently let us set us set 
status messages.

Original comment by mihai.parparita on 10 Jan 2011 at 1:58

GoogleCodeExporter commented 9 years ago
As of the 1.4.2 SDK presence/status messages are supported via 
http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/xmpp
/XMPPService.html#sendPresence(com.google.appengine.api.xmpp.JID, 
com.google.appengine.api.xmpp.PresenceType, 
com.google.appengine.api.xmpp.PresenceShow, java.lang.String, 
com.google.appengine.api.xmpp.JID) so I'm re-titling this bug for point 3.

Original comment by mihai.parparita on 22 Feb 2011 at 2:37