├── LICENSE ├── Makefile ├── Makefile.mingw ├── README.md └── grouptyping.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EionRobb/pidgin-groupchat-typing-notifications/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EionRobb/pidgin-groupchat-typing-notifications/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.mingw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EionRobb/pidgin-groupchat-typing-notifications/HEAD/Makefile.mingw -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EionRobb/pidgin-groupchat-typing-notifications/HEAD/README.md -------------------------------------------------------------------------------- /grouptyping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EionRobb/pidgin-groupchat-typing-notifications/HEAD/grouptyping.c --------------------------------------------------------------------------------