mikeage / prpltwtr

libpurple plugin to add support for the twitter / status.net protocol
GNU General Public License v2.0
32 stars 18 forks source link

Add JSON protocol to the prpltwtr #1

Closed dmoonfire closed 10 years ago

dmoonfire commented 10 years ago

This is the base integration of glib-json with prpltwtr. The primary focus was to abstract the API and formats into a separate library and use generic calls throughout the rest of the system to facilitate the separation of format and protocol. There is an attempt to keep the XML parsing for Status.NET, but that has not been tested.

mikeage commented 10 years ago

I kept this in a different branch for now, but it's merged.