Coder Social home page Coder Social logo

chatte's Introduction

Chatte

Extensible Messaging and Presence Protocol (XMPP) is an open XML technology for real-time communication, which powers a wide range of applications including instant messaging, presence and collaboration.

Chatte is a client iOS that enables you to connect to an XMPP for instant messaging with other people like Google G-Talk.

Initially, the first features was developed in a repository of Bitbucket.

Installation

  • Install cocoapods.
  • Install the whole frameworks with all the extensions into the project: $ pod install

Wiki

For more detail about the project please take a look at the wiki.

Libraries / Frameworks

License

Apache Version 2.0

chatte's People

Stargazers

Roman avatar

Watchers

James Cloos avatar Estefania C. Guardado avatar

chatte's Issues

Validate if exist user

Show RosterVC and validate if exist user and continue showing view of roster, but if doesn't exist user shows LoginVC and asks email and password

Epic: Feedback

Improve README

  • Show install instructions to run this project
  • Add reference to the Bitbucket repository
  • Add a database model definition
  • Add reference to the License used for this project
  • Add some UML diagrams to understand the basic architecture, the initial could be a Class Diagram

Custom Table View Cell

  • status is already the name that the system is looking for, those if are unnecessary
  • If awakeFromNib or setSelected:animated: doesn't bring any value, please remove them

General Practices

  • Hide in a category internal properties
  • Avoid commented code
  • Try to homologate iteration, or use enumerates or simple control flow statements like for or define when is used one or the other
  • Free memory in the method didReceiveMemoryWarning or if not required, just remove it
  • Dependency injection must be only in the Assembly for example: [self.chatBusinessController setHandler: self];
  • The registerNibs method can be extracted as a Helper function or in a Class that ChatTableViewController and RosterViewController inherits
  • numberOfSectionsInTableView override is superflouos if equal to the response the superclass UITableViewController
  • Order the methods from a class based on the functionality or put together methods that belong to a certain protocol using #pragma or split in different categories
  • Avoid comments in other language than English
  • As a general rule, 3 nested bucle control flows is a bad sign of code that can be improved ( see: UpdateValuesHandler )
  • Only expose the used methods for a given class, for example: MainAssembly

Tips

  • Improve logging
  • Add some documentation for the methods at the protocols this helps a lot with readability

Improve README

  • Show install instructions to run this project
  • Add reference to the Bitbucket repository
  • Add a database model definition
  • Add reference to the License used for this project
  • Add some UML diagrams to understand the basic architecture, the initial could be a Class Diagram

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.