Coder Social home page Coder Social logo

tiexiu / xmppframework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robbiehanson/xmppframework

0.0 2.0 0.0 49.78 MB

An XMPP Framework in Objective-C for Mac and iOS

License: Other

Objective-C 99.08% Ruby 0.49% Swift 0.16% Shell 0.26%

xmppframework's Introduction

XMPPFramework

XMPPFramework

Build Status codecov.io

An XMPP Framework in Objective-C for the Mac and iOS development community.

Abstract

XMPPFramework provides a core implementation of RFC-3920 (the XMPP standard), along with the tools needed to read & write XML. It comes with multiple popular extensions (XEP's), all built atop a modular architecture, allowing you to plug-in any code needed for the job. Additionally the framework is massively parallel and thread-safe. Structured using GCD, this framework performs well regardless of whether it's being run on an old iPhone, or on a 12-core Mac Pro. (And it won't block the main thread... at all)

Install

The minimum deployment target is iOS 8.0 / macOS 10.

The easiest way to install XMPPFramework is using CocoaPods. Remember to add to the top of your Podfile the use_frameworks! line (even if you are not using swift):

  • This will install the whole framework with all the avaiable extensions:
pod 'XMPPFramework'

  • If you want to pick what extensions to install:
pod 'XMPPFramework/XEP-0009'
pod 'XMPPFramework/XEP-0224'

After pod install open the .xcworkspace and import:

import XMPPFramework      // swift
@import XMPPFramework;   //objective-c

Wiki:

For more info please take a look at the wiki.

Can't find the answer to your question in any of the wiki articles? Try the mailing list.

Love the project? Wanna buy me a โ˜•๏ธ? (or a ๐Ÿบ ๐Ÿ˜€):

donation

xmppframework's People

Contributors

robbiehanson avatar objcolumnist avatar echamberlain avatar chrisballinger avatar adamvduke avatar paulmelnikow avatar jonstaff avatar bnadim avatar davidchiles avatar vitalyster avatar andrewtj avatar drodriguez avatar sergiosvieira avatar gblazex avatar kastiglione avatar mmacvicar avatar phetsana avatar xingheng avatar fsvilas avatar avaidyam avatar andrescanella avatar yesenarman avatar greenwoodcm avatar dirtyhenry avatar baoluo avatar romainlofaso avatar stephenwoodford avatar tgoyne avatar rocxteady avatar kaojohnny avatar

Watchers

James Cloos avatar  avatar

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.