[Bug 34796] Implement ContactInfo

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Mar 18 03:14:43 CET 2011


https://bugs.freedesktop.org/show_bug.cgi?id=34796

--- Comment #9 from Debarshi Ray <debarshi.ray at gmail.com> 2011-03-17 19:14:42 PDT ---
Created an attachment (id=44566)
 View: https://bugs.freedesktop.org/attachment.cgi?id=44566
 Review: https://bugs.freedesktop.org/review?bug=34796&attachment=44566

Handle RPL_WHOISCHANNELS messages in response to RequestContactInfo

RFC 2812 (http://tools.ietf.org/html/rfc2812#section-5.1) defines
RPL_WHOISCHANNELS as:
"<nick> :*( ( "@" / "+" ) <channel> " " )"

Preliminary testing (IRCNet and GIMPNet) suggests that it is actually:
"<nick> :1*( ( "@" / "+" ) <channel> " " )"

To maintain strict compliance with the RFC I defined the format as IIIc., but I
am not sure if anything strange might happen if we get a "blank"
RPL_WHOISCHANNELS from some server.

Also, how will g_strsplit behave with Unicode? Channels can have non-ASCII even
though the RFC (http://tools.ietf.org/html/rfc2812#section-2.3.1) does not seem
to explicitly say so.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list