2017 © Pedro Peláez
 

library xmpp

Fork of xmpp library

image

fiv/xmpp

Fork of xmpp library

  • Wednesday, June 8, 2016
  • by funivan
  • Repository
  • 2 Watchers
  • 2 Stars
  • 2,924 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

About

Build Status, (*1)

Elegant PHP library for XMPP (aka Jabber, Google Talk, etc)., (*2)

Example:, (*3)


$user = 'username@gmail.com'; $password = 'password'; $conn = new \Fiv\Xmpp\Xmpp('talk.google.com', 5222, $user, $password, 'xmpphp', 'gmail.com', true, \Fiv\Xmpp\Log::LEVEL_INFO); $conn->connect(); $conn->processUntil('session_start'); $conn->message("other.user.name@gmail.com/gmail.00145456", "test message"); $conn->disconnect();

Author: Nathan Fritz, jabber id: fritzy [at] netflint.net Co-Author: Stephan Wentz, jabber id: stephan [at] wentz.it, (*4)

Maintainer of this fork: funivan, (*5)

The Versions

08/06 2016

dev-master

9999999-dev

Fork of xmpp library

  Sources   Download

GPL v2

03/06 2016

0.1.3

0.1.3.0

Fork of xmpp library

  Sources   Download

GPL v2

18/12 2014

0.1.2

0.1.2.0

Fork of xmpp library

  Sources   Download

GPL v2

15/01 2014

0.1.1

0.1.1.0

Fork of xmpp library

  Sources   Download

GPL v2

15/01 2014

0.1

0.1.0.0

Fork of xmpp library

  Sources   Download

GPL v2