Update PurpleProtocolClass->login to return a PurpleConnection

Review Request #1912 — Created Oct. 9, 2022 and submitted

Information

pidgin/pidgin
default

Reviewers

Update PurpleProtocolClass->login to return a PurpleConnection

Connected a demo, ircv3, and xmpp account.

Summary ID
Update PurpleProtocolClass->login to return a PurpleConnection
2f5e5c9bfd50bbe0cfa80f9eab44ac632b8ef7bb
Description From Last Updated

Brace on new line.

QuLogicQuLogic

Based on all the implementations, I wonder if that should be return PurpleConnection, or return NULL and fill a GError. …

QuLogicQuLogic
QuLogic
  1. 
      
  2. libpurple/protocols/jabber/jabber.c (Diff revision 1)
     
     

    Brace on new line.

  3. libpurple/purpleprotocol.h (Diff revision 1)
     
     

    Based on all the implementations, I wonder if that should be return PurpleConnection, or return NULL and fill a GError.

    But I'm not sure where that GError would go to, so maybe nothing to change right now.

    1. I think NULL and return a GError is a great place to go, but we need to wind a few more things before we can do that I think.

    2. *unwind

  4. 
      
grim
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed

Status: Closed (submitted)

Loading...