mohamedsaeed27 / xmpphp

Automatically exported from code.google.com/p/xmpphp
0 stars 0 forks source link

VCard Retrieval using XMPPHP #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using the XMPPHP library have added the ability to retrieve the VCard for
the user. You send your VCard request and in the iq handler function once
you have processed the vcard and set the appropriate variable you can send
the event vcard_recevied and then your processUntil will know that it is
received and you can then access the vcard via the vcard variable that the
function creates.

Original issue reported on code.google.com by darren...@gmail.com on 29 Aug 2008 at 3:30

Attachments:

GoogleCodeExporter commented 8 years ago
Added the functionality to also save the vcard back to the server. Attached 
patch
includes the previous XMPP.php.patch and the new save functionality also. This 
diff
was performed against svn revision 53

Original comment by darren...@gmail.com on 29 Aug 2008 at 4:08

Attachments:

GoogleCodeExporter commented 8 years ago
I need to take some time and review this patch.

Original comment by nathanfr...@gmail.com on 26 Nov 2008 at 10:07

GoogleCodeExporter commented 8 years ago
used your patch as a base, but changed quite a bit.  Thanks.

r71

Original comment by nathanfr...@gmail.com on 28 Nov 2008 at 7:44